Changeset 63378 in vbox for trunk/src/VBox/Main/testcase/tstAPI.cpp
- Timestamp:
- Aug 12, 2016 6:29:33 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r60063 r63378 44 44 /////////////////////////////////////////////////////////////////////////////// 45 45 46 static Bstr getObjectName(ComPtr<IVirtualBox> aVirtualBox, 47 46 #ifdef VBOX_WITH_RESOURCE_USAGE_API 47 static Bstr getObjectName(ComPtr<IVirtualBox> aVirtualBox, ComPtr<IUnknown> aObject); 48 48 static void queryMetrics(ComPtr<IVirtualBox> aVirtualBox, 49 49 ComPtr<IPerformanceCollector> collector, … … 51 51 static void listAffectedMetrics(ComPtr<IVirtualBox> aVirtualBox, 52 52 ComSafeArrayIn(IPerformanceMetric*, aMetrics)); 53 #endif 53 54 54 55 // funcs … … 1596 1597 1597 1598 #ifdef VBOX_WITH_RESOURCE_USAGE_API 1599 1598 1600 static void queryMetrics(ComPtr<IVirtualBox> aVirtualBox, 1599 1601 ComPtr<IPerformanceCollector> collector,
Note:
See TracChangeset
for help on using the changeset viewer.