Changeset 76592 in vbox for trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
r76553 r76592 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM base classes implementation 6 4 */ … … 18 16 */ 19 17 18 #define LOG_GROUP LOG_GROUP_MAIN 20 19 #include <iprt/semaphore.h> 21 20 #include <iprt/asm.h> … … 36 35 #include "AutoCaller.h" 37 36 #include "VirtualBoxErrorInfoImpl.h" 38 #include "Logging.h"39 37 #include "Global.h" 38 #include "LoggingNew.h" 40 39 41 40 #include "VBox/com/ErrorInfo.h"
Note:
See TracChangeset
for help on using the changeset viewer.