Changeset 51414 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 27, 2014 8:28:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r51092 r51414 7975 7975 if (RT_FAILURE(vrc)) 7976 7976 throw setError(VBOX_E_FILE_ERROR, 7977 tr("Could not create the clonemedium '%s'%s"),7977 tr("Could not create the exported medium '%s'%s"), 7978 7978 targetLocation.c_str(), i_vdError(vrc).c_str()); 7979 7979 } … … 8145 8145 if (RT_FAILURE(vrc)) 8146 8146 throw setError(VBOX_E_FILE_ERROR, 8147 tr("Could not create the clonemedium '%s'%s"),8147 tr("Could not create the imported medium '%s'%s"), 8148 8148 targetLocation.c_str(), i_vdError(vrc).c_str()); 8149 8149 … … 8178 8178 if (pParent) 8179 8179 { 8180 /* associate the clonewith the parent and deassociate8180 /* associate the imported medium with the parent and deassociate 8181 8181 * from VirtualBox */ 8182 8182 m->pParent = pParent;
Note:
See TracChangeset
for help on using the changeset viewer.