Changeset 43064 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Aug 29, 2012 10:09:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r42907 r43064 3335 3335 ComObjPtr<Progress> pProgress; 3336 3336 pProgress.createObject(); 3337 rc = pProgress->init(static_cast<IConsole *>(this),3337 rc = pProgress->init(static_cast<IConsole *>(this), 3338 3338 Bstr(tr("Taking a snapshot of the virtual machine")).raw(), 3339 mMachineState == MachineState_Running /* aCancelable */, 3339 (mMachineState >= MachineState_FirstOnline) 3340 && (mMachineState <= MachineState_LastOnline) /* aCancelable */, 3340 3341 cOperations, 3341 3342 ulTotalOperationsWeight,
Note:
See TracChangeset
for help on using the changeset viewer.