Changeset 49471 in vbox for trunk/src/VBox
- Timestamp:
- Nov 13, 2013 3:20:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r49324 r49471 5383 5383 5384 5384 AutoCaller autoCaller(this); 5385 AssertComRCReturnRC(autoCaller.rc()); 5385 if (FAILED(autoCaller.rc())) 5386 return autoCaller.rc(); 5386 5387 5387 5388 if (!aMachineId)
Note:
See TracChangeset
for help on using the changeset viewer.