- Timestamp:
- Dec 17, 2013 2:15:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r49951 r49953 453 453 if (sInstance == NULL) 454 454 { 455 LogFlowFunc 455 LogFlowFunc(("Creating new VirtualBox object...\n")); 456 456 sInstance = new VirtualBoxClassFactory(); 457 457 if (sInstance != NULL) … … 892 892 } 893 893 894 nsCOMPtr<ipcIService> ipcServ 894 nsCOMPtr<ipcIService> ipcServ(do_GetService(IPC_SERVICE_CONTRACTID, &rc)); 895 895 if (NS_FAILED(rc)) 896 896 { … … 1006 1006 /* process any remaining events. These events may include 1007 1007 * CreateInstance() requests received right before we called 1008 * StopAcceptingEvents() above. We will detect this case below, 1009 * restore gKeepRunning and continue to serve. */ 1008 * StopAcceptingEvents() above, and those will fail. */ 1010 1009 gEventQ->ProcessPendingEvents(); 1011 1010
Note:
See TracChangeset
for help on using the changeset viewer.