Changeset 76592 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- Location:
- trunk/src/VBox/Main/src-server/darwin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostPowerDarwin.cpp
r76553 r76592 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_HOST 18 19 #include "HostPower.h" 19 #include "Logging .h"20 #include "LoggingNew.h" 20 21 #include <iprt/errcore.h> 21 22 -
trunk/src/VBox/Main/src-server/darwin/NetIf-darwin.cpp
r76553 r76592 21 21 * Header Files * 22 22 *********************************************************************************************************************************/ 23 #define LOG_GROUP LOG_GROUP_MAIN_HOST 24 23 25 /* 24 26 * Deal with conflicts first. … … 52 54 #include "netif.h" 53 55 #include "iokit.h" 54 #include "Logging .h"56 #include "LoggingNew.h" 55 57 56 58 #if 0 -
trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp
r76553 r76592 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_MAIN_USBPROXYBACKEND 22 23 #include "USBProxyBackend.h" 23 #include "Logging .h"24 #include "LoggingNew.h" 24 25 #include "iokit.h" 25 26
Note:
See TracChangeset
for help on using the changeset viewer.