- Timestamp:
- Jul 2, 2013 1:30:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86904
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r46907 r46909 328 328 if (fRun) 329 329 { 330 /** @todo Merge this code with server.cpp (use Logging.cpp?). */ 330 331 char szLogFile[RTPATH_MAX]; 331 332 if (!pszLogFile) -
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r46908 r46909 880 880 nsresult rc; 881 881 882 /** @todo Merge this code with svcmain.cpp (use Logging.cpp?). */ 882 883 char szLogFile[RTPATH_MAX]; 883 884 if (!pszLogFile)
Note:
See TracChangeset
for help on using the changeset viewer.