VirtualBox

Changeset 3634

Show
Ignore:
Timestamp:
07/16/07 14:44:15 (1 year ago)
Author:
vboxsync
Message:

VBox_hdr_h -> _VBox_hdr_h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/com/ErrorInfo.h

    r3318 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * ErrorInfo class declaration 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_ErrorInfo_h__ 
    24 #define __VBox_com_ErrorInfo_h__ 
     22#ifndef ___VBox_com_ErrorInfo_h 
     23#define ___VBox_com_ErrorInfo_h 
    2524 
    2625#include "VBox/com/ptr.h" 
     
    414413}; // namespace com 
    415414 
    416 #endif // __VBox_com_ErrorInfo_h__ 
    417  
     415#endif 
     416 
  • trunk/include/VBox/com/EventQueue.h

    r2981 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * Event and EventQueue class declaration 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_EventQueue_h__ 
    24 #define __VBox_com_EventQueue_h__ 
     22#ifndef ___VBox_com_EventQueue_h 
     23#define ___VBox_com_EventQueue_h 
    2524 
    2625#if defined (__WIN__) 
     
    123122}; // namespace com 
    124123 
    125 #endif // __VBox_com_EventQueue_h__ 
     124#endif 
    126125 
  • trunk/include/VBox/com/Guid.h

    r2981 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * Guid class declaration 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_Guid_h__ 
    24 #define __VBox_com_Guid_h__ 
     22#ifndef ___VBox_com_Guid_h 
     23#define ___VBox_com_Guid_h 
    2524 
    2625#if !defined (__WIN__) 
     
    160159}; // namespace com 
    161160 
    162 #endif // __VBox_com_Guid_h__ 
     161#endif 
    163162 
  • trunk/include/VBox/com/VirtualBox.h

    r2981 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * VirtualBox COM Library definitions. 
     
    3332 */ 
    3433 
    35 #ifndef __VBox_com_VirtualBox_h__ 
    36 #define __VBox_com_VirtualBox_h__ 
     34#ifndef ___VBox_com_VirtualBox_h 
     35#define ___VBox_com_VirtualBox_h 
    3736 
    3837// generated VirtualBox COM library definition file 
     
    4847#include "VBox/com/defs.h" 
    4948 
    50 #endif // __VBox_com_VirtualBox_h__ 
     49#endif 
  • trunk/include/VBox/com/assert.h

    r2981 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * Assertion macros for COM/XPCOM 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_assert_h__ 
    24 #define __VBox_com_assert_h__ 
     22#ifndef ___VBox_com_assert_h 
     23#define ___VBox_com_assert_h 
    2524 
    2625#include <iprt/assert.h> 
     
    247246 
    248247 
    249 #endif // __VBox_com_assert_h__ 
    250  
     248#endif 
     249 
  • trunk/include/VBox/com/com.h

    r3387 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * COM initialization / shutdown 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_com_h__ 
    24 #define __VBox_com_com_h__ 
     22#ifndef ___VBox_com_com_h 
     23#define ___VBox_com_com_h 
    2524 
    2625#include "VBox/com/defs.h" 
     
    7675}; // namespace com 
    7776 
    78 #endif // __VBox_com_com_h__ 
     77#endif 
    7978 
  • trunk/include/VBox/com/defs.h

    r3601 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * Common definitions 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_defs_h__ 
    24 #define __VBox_com_defs_h__ 
     22#ifndef ___VBox_com_defs_h 
     23#define ___VBox_com_defs_h 
    2524 
    2625/* 
     
    300299#endif 
    301300 
    302 #endif // __VBox_com_defs_h__ 
    303  
     301#endif 
     302 
  • trunk/include/VBox/com/ptr.h

    r2981 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * Smart COM pointer classes declaration 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_ptr_h__ 
    24 #define __VBox_com_ptr_h__ 
     22#ifndef ___VBox_com_ptr_h 
     23#define ___VBox_com_ptr_h 
    2524 
    2625#if !defined (VBOX_WITH_XPCOM) 
     
    437436}; 
    438437 
    439 #endif // __VBox_com_ptr_h__ 
     438#endif 
  • trunk/include/VBox/com/string.h

    r3387 r3634  
    11/** @file 
    2  * 
    32 * MS COM / XPCOM Abstraction Layer: 
    43 * Smart string classes declaration 
     
    2120 */ 
    2221 
    23 #ifndef __VBox_com_string_h__ 
    24 #define __VBox_com_string_h__ 
     22#ifndef ___VBox_com_string_h 
     23#define ___VBox_com_string_h 
    2524 
    2625#if !defined(__WIN__) 
     
    546545} // namespace com 
    547546 
    548 #endif // __VBox_com_string_h__ 
    549  
     547#endif 
     548 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy