Changeset 35984 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Feb 15, 2011 4:16:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r35915 r35984 349 349 HRESULT rc = S_OK; 350 350 CheckComArgStrNotEmptyOrNull(aName); 351 352 // prohibit setting a UUID only as the machine name, or else it can 353 // never be found by findMachine() 354 Guid test(aName); 355 if (test.isNotEmpty()) 356 return setError(E_INVALIDARG, tr("A machine cannot have a UUID as its name")); 351 357 352 358 AutoCaller autoCaller(this);
Note:
See TracChangeset
for help on using the changeset viewer.