Changeset 76592 in vbox for trunk/src/VBox/Main/src-server/xpcom/server_module.cpp
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127895
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server_module.cpp
r76553 r76592 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * XPCOM server process helper module implementation functions 5 4 */ … … 17 16 */ 18 17 18 #define LOG_GROUP LOG_GROUP_MAIN_VBOXSVC 19 19 #ifdef RT_OS_OS2 20 20 # include <prproces.h> … … 46 46 47 47 #include "server.h" 48 #include "Logging .h"48 #include "LoggingNew.h" 49 49 50 50 #include <iprt/errcore.h>
Note:
See TracChangeset
for help on using the changeset viewer.