Changeset 13655 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 29, 2008 3:15:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38597
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostImpl.h
r12443 r13655 32 32 class USBProxyService; 33 33 #endif 34 #include "HostPower.h" 34 35 35 36 #ifdef RT_OS_WINDOWS … … 125 126 #endif 126 127 128 HostPowerService *mHostPowerService; 129 127 130 // for VirtualBoxSupportErrorInfoImpl 128 131 static const wchar_t *getComponentName() { return L"Host"; }
Note:
See TracChangeset
for help on using the changeset viewer.