Changeset 76367 in vbox for trunk/src/VBox/Main/src-server/darwin/HostPowerDarwin.cpp
- Timestamp:
- Dec 22, 2018 4:09:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostPowerDarwin.cpp
r69500 r76367 1 1 /* $Id$ */ 2 2 /** @file 3 * 4 * VirtualBox interface to host's power notification service 3 * VirtualBox interface to host's power notification service, darwin specifics. 5 4 */ 6 5 … … 19 18 #include "HostPower.h" 20 19 #include "Logging.h" 20 #include "iprt/err.h" 21 21 22 22 #include <IOKit/IOMessage.h>
Note:
See TracChangeset
for help on using the changeset viewer.