Changeset 76592 in vbox for trunk/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.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/VirtualBoxErrorInfoImpl.cpp
r76553 r76592 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VirtualBoxErrorInfo COM class implementation 5 4 */ … … 17 16 */ 18 17 18 #define LOG_GROUP LOG_GROUP_MAIN 19 19 #include "VirtualBoxErrorInfoImpl.h" 20 #include "Logging.h"21 20 22 21 #include <VBox/com/ErrorInfo.h>
Note:
See TracChangeset
for help on using the changeset viewer.