Changeset 26235 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Feb 4, 2010 1:55:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r26186 r26235 579 579 LogFlowThisFunc(("aParent=%p\n", aParent)); 580 580 581 ComAssertRet 581 ComAssertRet(aParent, E_INVALIDARG); 582 582 583 583 /* Enclose the state transition NotReady->InInit->Ready */
Note:
See TracChangeset
for help on using the changeset viewer.