Changeset 56587 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Jun 22, 2015 7:31:59 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101214
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r55458 r56587 5 5 6 6 /* 7 * Copyright (C) 2004-201 4Oracle Corporation7 * Copyright (C) 2004-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 114 114 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ProgressProxy, IProgress) 115 115 116 #ifdef VBOX_WITH_USB117 118 #endif119 120 #ifdef VBOX_WITH_RESOURCE_USAGE_API121 NS_DECL_CLASSINFO(PerformanceCollector)122 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(PerformanceCollector, IPerformanceCollector)123 NS_DECL_CLASSINFO(PerformanceMetric)124 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(PerformanceMetric, IPerformanceMetric)125 #endif /* VBOX_WITH_RESOURCE_USAGE_API */126 127 116 //////////////////////////////////////////////////////////////////////////////// 128 117
Note:
See TracChangeset
for help on using the changeset viewer.