Changeset 76380 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Dec 22, 2018 10:52:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp
r69500 r76380 29 29 30 30 #include <VBox/com/ptr.h> 31 #include <iprt/err.h> 31 32 #include "HostPower.h" 32 33 #include "Logging.h" 33 34 35 36 /********************************************************************************************************************************* 37 * Global Variables * 38 *********************************************************************************************************************************/ 34 39 static WCHAR gachWindowClassName[] = L"VBoxPowerNotifyClass"; 40 35 41 36 42 HostPowerServiceWin::HostPowerServiceWin(VirtualBox *aVirtualBox) : HostPowerService(aVirtualBox), mThread(NIL_RTTHREAD)
Note:
See TracChangeset
for help on using the changeset viewer.