Changeset 61910 in vbox
- Timestamp:
- Jun 28, 2016 9:26:51 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r61863 r61910 3011 3011 } 3012 3012 /* case when new path looks like "/path/to/new/location" 3013 * In this case just set destMediumFileName to NULL and 3014 * and add '/' in the end of path.destMediumPath 3015 */ 3013 * In this case just set destMediumFileName to NULL and 3014 * and add '/' in the end of path.destMediumPath 3015 */ 3016 3016 else 3017 3017 { … … 3103 3103 if (SUCCEEDED(rc)) 3104 3104 { 3105 MachineState_T aState;3106 3105 ComObjPtr<SessionMachine> sm; 3107 3106 ComPtr<IInternalSessionControl> ctl; … … 3182 3181 pProgress.queryInterfaceTo(aProgress.asOutParam()); 3183 3182 } 3184 else 3183 else 3185 3184 { 3186 3185 if (pTask != NULL) … … 8845 8844 * Implementation code for the "move" task. 8846 8845 * 8847 * This only gets started from Medium::SetLocation() and always 8846 * This only gets started from Medium::SetLocation() and always 8848 8847 * runs asynchronously. 8849 8848 *
Note:
See TracChangeset
for help on using the changeset viewer.

