VirtualBox

Changeset 76563 in vbox for trunk/src/VBox/Additions/haiku


Ignore:
Timestamp:
Jan 1, 2019 3:53:56 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127865
Message:

Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes with scm.

Location:
trunk/src/VBox/Additions/haiku
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/haiku/SharedFolders/OpenHashTable.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef _KERNEL_UTIL_OPEN_HASH_TABLE_H
    28 #define _KERNEL_UTIL_OPEN_HASH_TABLE_H
     27#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h
     28#define GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    502502};
    503503
    504 #endif    // _KERNEL_UTIL_OPEN_HASH_TABLE_H
    505 
     504#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_OpenHashTable_h */
     505
  • trunk/src/VBox/Additions/haiku/SharedFolders/kernel_cpp.h

    r76553 r76563  
    2525 */
    2626
    27 #ifndef KERNEL_CPP_H
    28 #define KERNEL_CPP_H
     27#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h
     28#define GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    110110#endif  // __cplusplus
    111111
    112 #endif  /* KERNEL_CPP_H */
     112#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_kernel_cpp_h */
  • trunk/src/VBox/Additions/haiku/SharedFolders/lock.h

    r76553 r76563  
    2727 */
    2828
    29 #ifndef _KERNEL_LOCK_H
    30 #define _KERNEL_LOCK_H
     29#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_lock_h
     30#define GA_INCLUDED_SRC_haiku_SharedFolders_lock_h
    3131#ifndef RT_WITHOUT_PRAGMA_ONCE
    3232# pragma once
     
    303303#endif
    304304
    305 #endif  /* _KERNEL_LOCK_H */
     305#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_lock_h */
  • trunk/src/VBox/Additions/haiku/SharedFolders/vboxsf.h

    r76553 r76563  
    4444 */
    4545
    46 #ifndef ___vboxsf_h
    47 #define ___vboxsf_h
     46#ifndef GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h
     47#define GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h
    4848#ifndef RT_WITHOUT_PRAGMA_ONCE
    4949# pragma once
     
    107107#endif
    108108
    109 #endif /* ___vboxsf_h */
     109#endif /* !GA_INCLUDED_SRC_haiku_SharedFolders_vboxsf_h */
    110110
  • trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXMOUSE__H
    48 #define __VBOXMOUSE__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h
     48#define GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7878};
    7979
    80 #endif /* __VBOXMOUSE__H */
     80#endif /* !GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouse_h */
    8181
  • trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXMOUSE_FILTER__H
    48 #define __VBOXMOUSE_FILTER__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h
     48#define GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7474};
    7575
    76 #endif /* __VBOXMOUSE_FILTER__H */
     76#endif /* !GA_INCLUDED_SRC_haiku_VBoxMouse_VBoxMouseFilter_h */
    7777
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H
    48 #define __VBOXSERVICESHAREDCLIPLBOARD__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7575};
    7676
    77 #endif /* __VBOXSERVICESHAREDCLIPLBOARD__H */
     77#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxClipboard_h */
    7878
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXDISPLAY__H
    48 #define __VBOXDISPLAY__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7373};
    7474
    75 #endif /* __VBOXDISPLAY__H */
     75#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxDisplay_h */
    7676
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestApplication.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOXGUESTAPPLICATION__H
    48 #define ___VBOXGUESTAPPLICATION__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    7676};
    7777
    78 #endif /* !___VBOXGUESTAPPLICATION__H */
     78#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestApplication_h */
    7979
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOXGUESTTRAYVIEW__H
    48 #define ___VBOXGUESTTRAYVIEW__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    9696};
    9797
    98 #endif /* !___VBOXGUESTTRAYVIEW__H */
     98#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxGuestDeskbarView_h */
    9999
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H
    48 #define __VBOXSERVICESHAREDCLIPLBOARD__H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h
     48#define GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    6565void VBoxClipboardDestroy(const VBOXSERVICEENV *pEnv, void *pInstance);
    6666
    67 #endif /* __VBOXSERVICESHAREDCLIPLBOARD__H */
     67#endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h */
    6868
  • trunk/src/VBox/Additions/haiku/VBoxVideo/accelerant/accelerant.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOX_ACCELERANT_H
    48 #define ___VBOX_ACCELERANT_H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h
     48#define GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    102102void vboxvideo_fill_span(engine_token *et, uint32 color, uint16 *list, uint32 count);
    103103
    104 #endif /* ___VBOX_ACCELERANT_H */
     104#endif /* !GA_INCLUDED_SRC_haiku_VBoxVideo_accelerant_accelerant_h */
    105105
  • trunk/src/VBox/Additions/haiku/VBoxVideo/common/VBoxVideo_common.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBOXVIDEO_COMMON_H
    48 #define ___VBOXVIDEO_COMMON_H
     47#ifndef GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h
     48#define GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    101101}
    102102
    103 #endif /* ___VBOXVIDEO_COMMON_H */
     103#endif /* !GA_INCLUDED_SRC_haiku_VBoxVideo_common_VBoxVideo_common_h */
    104104
  • trunk/src/VBox/Additions/haiku/include/VBoxGuestInternal.h

    r76553 r76563  
    4545 */
    4646
    47 #ifndef ___VBoxGuestInternal_h_
    48 #define ___VBoxGuestInternal_h_
     47#ifndef GA_INCLUDED_HAIKU_VBoxGuestInternal_h
     48#define GA_INCLUDED_HAIKU_VBoxGuestInternal_h
    4949#ifndef RT_WITHOUT_PRAGMA_ONCE
    5050# pragma once
     
    6161#define VBOX_GUEST_APP_ACTION                    'vbox'
    6262
    63 #endif /* ___VBoxGuestInternal_h_ */
     63#endif /* !GA_INCLUDED_HAIKU_VBoxGuestInternal_h */
    6464
  • trunk/src/VBox/Additions/haiku/include/lock.h

    r76553 r76563  
    3030 *        should be removed from the VBox tree. */
    3131
    32 #ifndef _KERNEL_LOCK_H
    33 #define _KERNEL_LOCK_H
     32#ifndef GA_INCLUDED_HAIKU_lock_h
     33#define GA_INCLUDED_HAIKU_lock_h
    3434#ifndef RT_WITHOUT_PRAGMA_ONCE
    3535# pragma once
     
    306306#endif
    307307
    308 #endif  /* _KERNEL_LOCK_H */
     308#endif /* !GA_INCLUDED_HAIKU_lock_h */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette