Changeset 52498 in vbox
- Timestamp:
- Aug 25, 2014 4:44:59 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95726
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r52483 r52498 2063 2063 AssertReturn(aInitiator && !aStartId.isZero() && !aEndId.isZero() && aStartId.isValid() && aEndId.isValid(), E_INVALIDARG); 2064 2064 2065 AssertReturn(aMachineState && aProgress, E_POINTER);2066 2065 2067 2066 /** @todo implement the "and all children" and "range" variants */
Note:
See TracChangeset
for help on using the changeset viewer.