Changeset 45125 in vbox for trunk/include/VBox/com
- Timestamp:
- Mar 21, 2013 2:09:06 PM (12 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r41528 r45125 1 1 /** @file 2 *3 2 * Automatic locks, implementation 4 3 */ … … 634 633 } /* namespace util */ 635 634 636 #endif // ____H_AUTOLOCK635 #endif // !____H_AUTOLOCK 637 636 638 637 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/include/VBox/com/ErrorInfo.h
r44970 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * ErrorInfo class declaration 2 * MS COM / XPCOM Abstraction Layer - ErrorInfo class declaration. 4 3 */ 5 4 -
trunk/include/VBox/com/EventQueue.h
r43943 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * Event and EventQueue class declaration 2 * MS COM / XPCOM Abstraction Layer - Event and EventQueue class declaration. 4 3 */ 5 4 … … 139 138 140 139 #endif 140 -
trunk/include/VBox/com/MultiResult.h
r41200 r45125 1 1 /* $Id$ */ 2 3 2 /** @file 4 * MS COM / XPCOM Abstraction Layer: 5 * MultiResult class declarations 3 * MS COM / XPCOM Abstraction Layer - MultiResult class declarations. 6 4 */ 7 5 … … 259 257 } /* namespace com */ 260 258 261 #endif /* ___VBox_com_MultiResult_h */262 259 #endif /* !___VBox_com_MultiResult_h */ 260 -
trunk/include/VBox/com/VirtualBox.h
r44528 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * VirtualBox COM Library definitions. 2 * MS COM / XPCOM Abstraction Layer - VirtualBox COM Library definitions. 4 3 * 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. 16 13 */ 17 14 … … 54 51 55 52 #endif 53 -
trunk/include/VBox/com/array.h
r44528 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * Safe array helper class declaration 2 * MS COM / XPCOM Abstraction Layer - Safe array helper class declaration. 4 3 */ 5 4 … … 1700 1699 /** @} */ 1701 1700 1702 #endif /* ___VBox_com_array_h */ 1701 #endif /* !___VBox_com_array_h */ 1702 -
trunk/include/VBox/com/assert.h
r44528 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * Assertion macros for COM/XPCOM 2 * MS COM / XPCOM Abstraction Layer - Assertion macros for COM/XPCOM. 4 3 */ 5 4 … … 107 106 108 107 #endif // !___VBox_com_assert_h 108 -
trunk/include/VBox/com/com.h
r42385 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * COM initialization / shutdown 2 * MS COM / XPCOM Abstraction Layer - COM initialization / shutdown. 4 3 */ 5 4 -
trunk/include/VBox/com/defs.h
r45058 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * Common definitions 2 * MS COM / XPCOM Abstraction Layer - Common definitions. 4 3 */ 5 4 … … 556 555 } /* namespace com */ 557 556 558 #endif /* ___VBox_com_defs_h */ 557 #endif /* !___VBox_com_defs_h */ 558 -
trunk/include/VBox/com/errorprint.h
r44529 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 2 * MS COM / XPCOM Abstraction Layer - Error Reporting. 3 * 3 4 * 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. 5 7 */ 6 8 … … 260 262 261 263 } /* namespace com */ 264 -
trunk/include/VBox/com/listeners.h
r36536 r45125 1 1 /* $Id$ */ 2 2 /** @file 3 * Listeners helpers.3 * MS COM / XPCOM Abstraction Layer - Listeners helpers. 4 4 */ 5 5 … … 170 170 171 171 #endif 172 -
trunk/include/VBox/com/ptr.h
r44528 r45125 1 1 /** @file 2 * MS COM / XPCOM Abstraction Layer: 3 * Smart COM pointer classes declaration 2 * MS COM / XPCOM Abstraction Layer - Smart COM pointer classes declaration. 4 3 */ 5 4 … … 492 491 }; 493 492 #endif 493
Note:
See TracChangeset
for help on using the changeset viewer.