Changeset 19046 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 21, 2009 8:24:09 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r18829 r19046 6500 6500 } 6501 6501 6502 alock.leave(); 6503 6502 6504 /* Deregister the VMSetError callback. This is necessary as the 6503 6505 * pfnVMAtError() function passed to VMR3Create() is supposed to … … 6505 6507 VMR3AtErrorDeregister(pVM, task->mSetVMErrorCallback, task.get()); 6506 6508 /** @todo register another VMSetError callback? */ 6509 6510 alock.enter(); 6507 6511 } 6508 6512 else
Note:
See TracChangeset
for help on using the changeset viewer.