Changeset 38099 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 21, 2011 1:39:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73049
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r38056 r38099 6254 6254 CheckComArgNotNull(pTarget); 6255 6255 CheckComArgOutPointerValid(pProgress); 6256 6257 /** @todo r=klaus disabled as there are apparently still cases which are6258 * not handled correctly */6259 if (mode == CloneMode_MachineAndChildStates)6260 return setError(VBOX_E_NOT_SUPPORTED,6261 tr("The clone mode \"Machine and child states\" is not yet supported. Please try again in the next VirtualBox maintenance update"));6262 6256 6263 6257 /* Convert the options. */
Note:
See TracChangeset
for help on using the changeset viewer.