Changeset 33842 in vbox
- Timestamp:
- Nov 8, 2010 2:01:10 PM (14 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r33825 r33842 6309 6309 true /* aUsesVMPtr */)); 6310 6310 6311 /* If creating a task is falied, this can currently mean one of6311 /* If creating a task failed, this can currently mean one of 6312 6312 * two: either Console::uninit() has been called just a ms 6313 6313 * before (so a powerDown() call is already on the way), or -
trunk/src/VBox/Main/xpcom/server.cpp
r33595 r33842 485 485 if (sInstance != NULL) 486 486 { 487 /* Either posting a destruction event fa lied for some reason (most487 /* Either posting a destruction event failed for some reason (most 488 488 * likely, the quit event has been received before the last release), 489 489 * or the client has terminated abnormally w/o releasing its
Note:
See TracChangeset
for help on using the changeset viewer.