Changeset 14579 in vbox for trunk/src/VBox/Main/HostDVDDriveImpl.cpp
- Timestamp:
- Nov 25, 2008 3:59:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostDVDDriveImpl.cpp
r8155 r14579 58 58 /* Enclose the state transition NotReady->InInit->Ready */ 59 59 AutoInitSpan autoInitSpan (this); 60 AssertReturn (autoInitSpan.isOk(), E_ UNEXPECTED);60 AssertReturn (autoInitSpan.isOk(), E_FAIL); 61 61 62 62 unconst (mName) = aName;
Note:
See TracChangeset
for help on using the changeset viewer.