Changeset 14579 in vbox for trunk/src/VBox/Main/ConsoleVRDPServer.cpp
- Timestamp:
- Nov 25, 2008 3:59:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r13860 r14579 2037 2037 /* Enclose the state transition NotReady->InInit->Ready */ 2038 2038 AutoInitSpan autoInitSpan (this); 2039 AssertReturn (autoInitSpan.isOk(), E_ UNEXPECTED);2039 AssertReturn (autoInitSpan.isOk(), E_FAIL); 2040 2040 2041 2041 unconst (mParent) = aParent;
Note:
See TracChangeset
for help on using the changeset viewer.