VirtualBox

Changeset 10304 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 7, 2008 10:30:22 AM (16 years ago)
Author:
vboxsync
Message:

Main: Documenting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r10233 r10304  
    281281     *  </code>
    282282     *
     283     *  @note Temporarily locks the argument for writing.
     284     *
    283285     *  @sa SafeVMPtr, SafeVMPtrQuiet
    284286     */
     
    287289    /**
    288290     *  Same as AutoVMCaller but doesn't set extended error info on failure.
     291     *
     292     *  @note Temporarily locks the argument for writing.
    289293     */
    290294    typedef AutoVMCallerBase <true, false> AutoVMCallerQuiet;
     
    293297     *  Same as AutoVMCaller but allows a null VM pointer (to trigger an error
    294298     *  instead of assertion).
     299     *
     300     *  @note Temporarily locks the argument for writing.
    295301     */
    296302    typedef AutoVMCallerBase <false, true> AutoVMCallerWeak;
     
    300306     *  and allows a null VM pointer (to trigger an error instead of
    301307     *  assertion).
     308     *
     309     *  @note Temporarily locks the argument for writing.
    302310     */
    303311    typedef AutoVMCallerBase <true, true> AutoVMCallerQuietWeak;
     
    341349     *  </code>
    342350     *
     351     *  @note Temporarily locks the argument for writing.
     352     *
    343353     *  @sa SafeVMPtrQuiet, AutoVMCaller
    344354     */
     
    355365     *      return S_OK;
    356366     *  </code>
     367     *
     368     *  @note Temporarily locks the argument for writing.
    357369     *
    358370     *  @sa SafeVMPtr, AutoVMCaller
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