Changeset 10544 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jul 11, 2008 6:39:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r10534 r10544 189 189 NS_DECL_CLASSINFO(SystemProperties) 190 190 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SystemProperties, ISystemProperties) 191 #ifdef VBOX_WITH_RESOURCE_USAGE_API 192 NS_DECL_CLASSINFO(PerformanceCollector) 193 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(PerformanceCollector, IPerformanceCollector) 194 NS_DECL_CLASSINFO(PerformanceMetric) 195 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(PerformanceMetric, IPerformanceMetric) 196 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 191 197 NS_DECL_CLASSINFO(BIOSSettings) 192 198 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(BIOSSettings, IBIOSSettings)
Note:
See TracChangeset
for help on using the changeset viewer.