VirtualBox

Changeset 45125 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Mar 21, 2013 2:09:06 PM (12 years ago)
Author:
vboxsync
Message:

VBox/com/*.h: file header and block fixes.

Location:
trunk/include/VBox/com
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/AutoLock.h

    r41528 r45125  
    11/** @file
    2  *
    32 * Automatic locks, implementation
    43 */
     
    634633} /* namespace util */
    635634
    636 #endif // ____H_AUTOLOCK
     635#endif // !____H_AUTOLOCK
    637636
    638637/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/include/VBox/com/ErrorInfo.h

    r44970 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * ErrorInfo class declaration
     2 * MS COM / XPCOM Abstraction Layer - ErrorInfo class declaration.
    43 */
    54
  • trunk/include/VBox/com/EventQueue.h

    r43943 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * Event and EventQueue class declaration
     2 * MS COM / XPCOM Abstraction Layer - Event and EventQueue class declaration.
    43 */
    54
     
    139138
    140139#endif
     140
  • trunk/include/VBox/com/MultiResult.h

    r41200 r45125  
    11/* $Id$ */
    2 
    32/** @file
    4  * MS COM / XPCOM Abstraction Layer:
    5  * MultiResult class declarations
     3 * MS COM / XPCOM Abstraction Layer - MultiResult class declarations.
    64 */
    75
     
    259257} /* namespace com */
    260258
    261 #endif /* ___VBox_com_MultiResult_h */
    262 
     259#endif /* !___VBox_com_MultiResult_h */
     260
  • trunk/include/VBox/com/VirtualBox.h

    r44528 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * VirtualBox COM Library definitions.
     2 * MS COM / XPCOM Abstraction Layer - VirtualBox COM Library definitions.
    43 *
    5  * Note: This is the main header file that COM/XPCOM clients
    6  * include; however, it is only a wrapper around another
    7  * platform-dependent include file that contains the real
    8  * COM/XPCOM interface declarations. That other include file
    9  * is generated automatically at build time from
    10  * /src/VBox/Main/idl/VirtualBox.xidl, which contains all
    11  * the VirtualBox interfaces; the include file is called
    12  * VirtualBox.h on Windows hosts and VirtualBox_XPCOM.h
    13  * on Linux hosts. The build process places it in
    14  * out/<platform>/bin/sdk/include, from where it gets
    15  * included by the rest of the VirtualBox code.
     4 * @note This is the main header file that COM/XPCOM clients include; however,
     5 *       it is only a wrapper around another platform-dependent include file
     6 *       that contains the real COM/XPCOM interface declarations.  That other
     7 *       include file is generated automatically at build time from
     8 *       /src/VBox/Main/idl/VirtualBox.xidl, which contains all the VirtualBox
     9 *       interfaces; the include file is called VirtualBox.h on Windows hosts
     10 *       and VirtualBox_XPCOM.h on Linux hosts.  The build process places it in
     11 *       out/<platform>/bin/sdk/include, from where it gets
     12 *       included by the rest of the VirtualBox code.
    1613 */
    1714
     
    5451
    5552#endif
     53
  • trunk/include/VBox/com/array.h

    r44528 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * Safe array helper class declaration
     2 * MS COM / XPCOM Abstraction Layer - Safe array helper class declaration.
    43 */
    54
     
    17001699/** @} */
    17011700
    1702 #endif /* ___VBox_com_array_h */
     1701#endif /* !___VBox_com_array_h */
     1702
  • trunk/include/VBox/com/assert.h

    r44528 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * Assertion macros for COM/XPCOM
     2 * MS COM / XPCOM Abstraction Layer - Assertion macros for COM/XPCOM.
    43 */
    54
     
    107106
    108107#endif // !___VBox_com_assert_h
     108
  • trunk/include/VBox/com/com.h

    r42385 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * COM initialization / shutdown
     2 * MS COM / XPCOM Abstraction Layer - COM initialization / shutdown.
    43 */
    54
  • trunk/include/VBox/com/defs.h

    r45058 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * Common definitions
     2 * MS COM / XPCOM Abstraction Layer - Common definitions.
    43 */
    54
     
    556555} /* namespace com */
    557556
    558 #endif /* ___VBox_com_defs_h */
     557#endif /* !___VBox_com_defs_h */
     558
  • trunk/include/VBox/com/errorprint.h

    r44529 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
     2 * MS COM / XPCOM Abstraction Layer - Error Reporting.
     3 *
    34 * Error printing macros using shared functions defined in shared glue code.
    4  * Use these CHECK_* macros for efficient error checking around calling COM methods.
     5 * Use these CHECK_* macros for efficient error checking around calling COM
     6 * methods.
    57 */
    68
     
    260262
    261263} /* namespace com */
     264
  • trunk/include/VBox/com/listeners.h

    r36536 r45125  
    11/* $Id$ */
    22/** @file
    3  * Listeners helpers.
     3 * MS COM / XPCOM Abstraction Layer - Listeners helpers.
    44 */
    55
     
    170170
    171171#endif
     172
  • trunk/include/VBox/com/ptr.h

    r44528 r45125  
    11/** @file
    2  * MS COM / XPCOM Abstraction Layer:
    3  * Smart COM pointer classes declaration
     2 * MS COM / XPCOM Abstraction Layer - Smart COM pointer classes declaration.
    43 */
    54
     
    492491};
    493492#endif
     493
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