Changeset 63563 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Aug 16, 2016 2:04:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r61009 r63563 25 25 #include "ProgressImpl.h" 26 26 27 // @todo these three includes are required for about one or two lines, try27 /// @todo these three includes are required for about one or two lines, try 28 28 // to remove them and put that code in shared code in MachineImplcpp 29 29 #include "SharedFolderImpl.h" … … 1562 1562 try 1563 1563 { 1564 // @todo:at this point we have to be in the right state!!!!1564 /// @todo at this point we have to be in the right state!!!! 1565 1565 AssertStmt( mData->mMachineState == MachineState_Snapshotting 1566 1566 || mData->mMachineState == MachineState_OnlineSnapshotting … … 1710 1710 LogThisFunc(("Caught %Rhrc [mMachineState=%s]\n", rc, Global::stringifyMachineState(mData->mMachineState))); 1711 1711 1712 // @todo r=klaus check that the implicit diffs created above are cleaned up im the relevant error cases1712 /// @todo r=klaus check that the implicit diffs created above are cleaned up im the relevant error cases 1713 1713 1714 1714 /* preserve existing error info */
Note:
See TracChangeset
for help on using the changeset viewer.