Changeset 28766 in vbox
- Timestamp:
- Apr 26, 2010 4:22:46 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60648
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r28765 r28766 7305 7305 that->mptrCancelableProgress.setNull(); 7306 7306 return autoCaller.rc(); 7307 }7308 7309 /* protect mpVM */7310 AutoVMCaller autoVMCaller(that);7311 if (FAILED(autoVMCaller.rc()))7312 {7313 that->mptrCancelableProgress.setNull();7314 return autoVMCaller.rc();7315 7307 } 7316 7308
Note:
See TracChangeset
for help on using the changeset viewer.