Changeset 24088 in vbox for trunk/src/VBox
- Timestamp:
- Oct 26, 2009 4:08:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r23880 r24088 1315 1315 /* mMachine is constant during life time, no need to lock */ 1316 1316 mMachine.queryInterfaceTo(aMachine); 1317 1318 /* callers expect to get a valid reference, better fail than crash them */ 1319 if (mMachine.isNull()) 1320 return E_FAIL; 1317 1321 1318 1322 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.