VirtualBox

Ignore:
Timestamp:
Jan 3, 2017 8:52:49 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112590
Message:

Main: doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r65063 r65088  
    639639/**
    640640 * Internal implementation for Snapshot::updateSavedStatePaths (below).
    641  * @param aOldPath
    642  * @param aNewPath
     641 * @param   strOldPath
     642 * @param   strNewPath
    643643 */
    644644void Snapshot::i_updateSavedStatePathsImpl(const Utf8Str &strOldPath,
     
    714714 *  Intended to be called by Machine::openConfigLoader() only.
    715715 *
    716  *  @param aOldPath old path (full)
    717  *  @param aNewPath new path (full)
     716 *  @param  strOldPath old path (full)
     717 *  @param  strNewPath new path (full)
    718718 *
    719719 *  @note Locks the machine (for the snapshots tree) +  this object + children for writing.
    720720 */
    721721void Snapshot::i_updateSavedStatePaths(const Utf8Str &strOldPath,
    722                                       const Utf8Str &strNewPath)
     722                                       const Utf8Str &strNewPath)
    723723{
    724724    LogFlowThisFunc(("aOldPath={%s} aNewPath={%s}\n", strOldPath.c_str(), strNewPath.c_str()));
     
    18581858 * @note Locks VirtualBox and this object for writing.
    18591859 *
    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.
    18611864 * @return
    18621865 */
     
    26172620 * @note Locks the machine + the snapshot + the media tree for writing!
    26182621 *
    2619  * @param pTask Task data.
     2622 * @param task Task data.
    26202623 */
    26212624void SessionMachine::i_deleteSnapshotHandler(DeleteSnapshotTask &task)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette