Changeset 65088 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Jan 3, 2017 8:52:49 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r65063 r65088 639 639 /** 640 640 * Internal implementation for Snapshot::updateSavedStatePaths (below). 641 * @param aOldPath642 * @param aNewPath641 * @param strOldPath 642 * @param strNewPath 643 643 */ 644 644 void Snapshot::i_updateSavedStatePathsImpl(const Utf8Str &strOldPath, … … 714 714 * Intended to be called by Machine::openConfigLoader() only. 715 715 * 716 * @param aOldPath old path (full)717 * @param aNewPath new path (full)716 * @param strOldPath old path (full) 717 * @param strNewPath new path (full) 718 718 * 719 719 * @note Locks the machine (for the snapshots tree) + this object + children for writing. 720 720 */ 721 721 void Snapshot::i_updateSavedStatePaths(const Utf8Str &strOldPath, 722 const Utf8Str &strNewPath)722 const Utf8Str &strNewPath) 723 723 { 724 724 LogFlowThisFunc(("aOldPath={%s} aNewPath={%s}\n", strOldPath.c_str(), strNewPath.c_str())); … … 1858 1858 * @note Locks VirtualBox and this object for writing. 1859 1859 * 1860 * @param aSuccess Whether Console was successful with the client-side snapshot things. 1860 * @param task 1861 * @param alock 1862 * @param aSuccess Whether Console was successful with the client-side 1863 * snapshot things. 1861 1864 * @return 1862 1865 */ … … 2617 2620 * @note Locks the machine + the snapshot + the media tree for writing! 2618 2621 * 2619 * @param pTask Task data.2622 * @param task Task data. 2620 2623 */ 2621 2624 void SessionMachine::i_deleteSnapshotHandler(DeleteSnapshotTask &task)
Note:
See TracChangeset
for help on using the changeset viewer.