Changeset 71566 in vbox
- Timestamp:
- Mar 29, 2018 11:59:27 AM (6 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
-
GuestDirectoryImpl.cpp (modified) (1 diff)
-
GuestFsObjInfoImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r71560 r71566 68 68 /* Enclose the state transition NotReady->InInit->Ready. */ 69 69 AutoInitSpan autoInitSpan(this); 70 AssertReturn(autoInitSpan.isOk(), E_FAIL);70 AssertReturn(autoInitSpan.isOk(), VERR_OBJECT_DESTROYED); 71 71 72 72 int vrc = bindToSession(pConsole, pSession, aObjectID); -
trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp
r71174 r71566 64 64 /* Enclose the state transition NotReady->InInit->Ready. */ 65 65 AutoInitSpan autoInitSpan(this); 66 AssertReturn(autoInitSpan.isOk(), E_FAIL); /** @todo r=bird: returning COM or IPRT status codes here?*/66 AssertReturn(autoInitSpan.isOk(), VERR_OBJECT_DESTROYED); 67 67 68 68 mData = objData;
Note:
See TracChangeset
for help on using the changeset viewer.

