- Timestamp:
- Jul 16, 2007 12:44:15 PM (18 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/ErrorInfo.h
r3318 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * ErrorInfo class declaration … … 21 20 */ 22 21 23 #ifndef __ VBox_com_ErrorInfo_h__24 #define __ VBox_com_ErrorInfo_h__22 #ifndef ___VBox_com_ErrorInfo_h 23 #define ___VBox_com_ErrorInfo_h 25 24 26 25 #include "VBox/com/ptr.h" … … 414 413 }; // namespace com 415 414 416 #endif // __VBox_com_ErrorInfo_h__417 415 #endif 416 -
trunk/include/VBox/com/EventQueue.h
r2981 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * Event and EventQueue class declaration … … 21 20 */ 22 21 23 #ifndef __ VBox_com_EventQueue_h__24 #define __ VBox_com_EventQueue_h__22 #ifndef ___VBox_com_EventQueue_h 23 #define ___VBox_com_EventQueue_h 25 24 26 25 #if defined (__WIN__) … … 123 122 }; // namespace com 124 123 125 #endif // __VBox_com_EventQueue_h__124 #endif 126 125 -
trunk/include/VBox/com/Guid.h
r2981 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * Guid class declaration … … 21 20 */ 22 21 23 #ifndef __ VBox_com_Guid_h__24 #define __ VBox_com_Guid_h__22 #ifndef ___VBox_com_Guid_h 23 #define ___VBox_com_Guid_h 25 24 26 25 #if !defined (__WIN__) … … 160 159 }; // namespace com 161 160 162 #endif // __VBox_com_Guid_h__161 #endif 163 162 -
trunk/include/VBox/com/VirtualBox.h
r2981 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * VirtualBox COM Library definitions. … … 33 32 */ 34 33 35 #ifndef __ VBox_com_VirtualBox_h__36 #define __ VBox_com_VirtualBox_h__34 #ifndef ___VBox_com_VirtualBox_h 35 #define ___VBox_com_VirtualBox_h 37 36 38 37 // generated VirtualBox COM library definition file … … 48 47 #include "VBox/com/defs.h" 49 48 50 #endif // __VBox_com_VirtualBox_h__49 #endif -
trunk/include/VBox/com/assert.h
r2981 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * Assertion macros for COM/XPCOM … … 21 20 */ 22 21 23 #ifndef __ VBox_com_assert_h__24 #define __ VBox_com_assert_h__22 #ifndef ___VBox_com_assert_h 23 #define ___VBox_com_assert_h 25 24 26 25 #include <iprt/assert.h> … … 247 246 248 247 249 #endif // __VBox_com_assert_h__250 248 #endif 249 -
trunk/include/VBox/com/com.h
r3387 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * COM initialization / shutdown … … 21 20 */ 22 21 23 #ifndef __ VBox_com_com_h__24 #define __ VBox_com_com_h__22 #ifndef ___VBox_com_com_h 23 #define ___VBox_com_com_h 25 24 26 25 #include "VBox/com/defs.h" … … 76 75 }; // namespace com 77 76 78 #endif // __VBox_com_com_h__77 #endif 79 78 -
trunk/include/VBox/com/defs.h
r3601 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * Common definitions … … 21 20 */ 22 21 23 #ifndef __ VBox_com_defs_h__24 #define __ VBox_com_defs_h__22 #ifndef ___VBox_com_defs_h 23 #define ___VBox_com_defs_h 25 24 26 25 /* … … 300 299 #endif 301 300 302 #endif // __VBox_com_defs_h__303 301 #endif 302 -
trunk/include/VBox/com/ptr.h
r2981 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * Smart COM pointer classes declaration … … 21 20 */ 22 21 23 #ifndef __ VBox_com_ptr_h__24 #define __ VBox_com_ptr_h__22 #ifndef ___VBox_com_ptr_h 23 #define ___VBox_com_ptr_h 25 24 26 25 #if !defined (VBOX_WITH_XPCOM) … … 437 436 }; 438 437 439 #endif // __VBox_com_ptr_h__438 #endif -
trunk/include/VBox/com/string.h
r3387 r3634 1 1 /** @file 2 *3 2 * MS COM / XPCOM Abstraction Layer: 4 3 * Smart string classes declaration … … 21 20 */ 22 21 23 #ifndef __ VBox_com_string_h__24 #define __ VBox_com_string_h__22 #ifndef ___VBox_com_string_h 23 #define ___VBox_com_string_h 25 24 26 25 #if !defined(__WIN__) … … 546 545 } // namespace com 547 546 548 #endif // __VBox_com_string_h__549 547 #endif 548
Note:
See TracChangeset
for help on using the changeset viewer.