VirtualBox

Changeset 66217 in vbox


Ignore:
Timestamp:
Mar 23, 2017 9:33:56 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114135
Message:

Main: a few doxygen fixes

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/SessionImpl.cpp

    r65103 r66217  
    10941094 *                          and later reacquired during the unlocking.
    10951095 *
    1096  *  @note To be called only from #uninit(), #UnlockMachine() or #Uninitialize().
     1096 *  @note To be called only from #uninit(), ISession::UnlockMachine() or
     1097 *        ISession::Uninitialize().
    10971098 */
    10981099HRESULT Session::i_unlockMachine(bool aFinalRelease, bool aFromServer, AutoWriteLock &aLockW)
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r66126 r66217  
    1076710767 * This method assumes that mMediumAttachments contains the original hard disk
    1076810768 * attachments it needs to create diffs for. On success, these attachments will
    10769  * be replaced with the created diffs. On failure, #deleteImplicitDiffs() is
    10770  * implicitly called to delete created diffs which will also rollback
    10771  * mMediumAttachments and restore whatever was backed up before calling this
    10772  * method.
     10769 * be replaced with the created diffs.
    1077310770 *
    1077410771 * Attachments with non-normal hard disks are left as is.
     
    1101411011 *
    1101511012 * Note that to delete hard disks created by #attachDevice() this method is
    11016  * called from #fixupMedia() when the changes are rolled back.
     11013 * called from #i_rollbackMedia() when the changes are rolled back.
    1101711014 *
    1101811015 * @note Locks this object and the media tree for writing.
     
    1220512202 * @note This method must be called from under this object's lock.
    1220612203 *
    12207  * @note This method doesn't call #commit(), so all data remains backed up and
     12204 * @note This method doesn't call #i_commit(), so all data remains backed up and
    1220812205 *       unsaved.
    1220912206 */
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r65158 r66217  
    128128/**
    129129 *  Abstract callback event class to asynchronously call VirtualBox callbacks
    130  *  on a dedicated event thread. Subclasses reimplement #handleCallback()
    131  *  to call appropriate IVirtualBoxCallback methods depending on the event
    132  *  to be dispatched.
     130 *  on a dedicated event thread. Subclasses reimplement #prepareEventDesc()
     131 *  to initialize the event depending on the event to be dispatched.
    133132 *
    134133 *  @note The VirtualBox instance passed to the constructor is strongly
     
    27382737/**
    27392738 *  Adds the given child process ID to the list of processes to be reaped.
    2740  *  This call should be followed by #updateClientWatcher() to take the effect.
     2739 *  This call should be followed by #i_updateClientWatcher() to take the effect.
    27412740 *
    27422741 *  @note Doesn't lock anything.
     
    48864885
    48874886/**
    4888  *  Thread function that handles custom events posted using #postEvent().
     4887 *  Thread function that handles custom events posted using #i_postEvent().
    48894888 */
    48904889// static
     
    49484947
    49494948/**
    4950  *  Takes the current list of registered callbacks of the managed VirtualBox
    4951  *  instance, and calls #handleCallback() for every callback item from the
    4952  *  list, passing the item as an argument.
     4949 * Prepare the event using the overwritten #prepareEventDesc method and fire.
    49534950 *
    49544951 *  @note Locks the managed VirtualBox object for reading but leaves the lock
Note: See TracChangeset for help on using the changeset viewer.

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