Changeset 76592 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127895
- Location:
- trunk/src/VBox/Main/src-server/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r76553 r76592 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_VBOXSVC 18 19 #include <ipcIService.h> 19 20 #include <ipcCID.h> … … 28 29 #include "server.h" 29 30 30 #include "Logging .h"31 #include "LoggingNew.h" 31 32 32 33 #include <VBox/param.h> -
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.