VirtualBox

Changeset 76562 in vbox


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

Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard prefixes with scm.

Location:
trunk/src/VBox/Main
Files:
139 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/.scm-settings

    r76553 r76562  
    3535/src-client/win/precomp_vcc.h:          --no-fix-header-guards
    3636/src-server/win/precomp_vcc.h:          --no-fix-header-guards
     37/*.h:                  --guard-relative-to-dir .        --guard-prefix MAIN_INCLUDED_SRC_ --fix-header-guard-endif
     38/include/*.h:          --guard-relative-to-dir include  --guard-prefix MAIN_INCLUDED_
     39/include/*.h:          --guard-relative-to-dir include  --guard-prefix MAIN_INCLUDED_
     40/cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
    3741
    3842# IDL and XML
  • trunk/src/VBox/Main/include/AdditionsFacilityImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_ADDITIONSFACILITYIMPL
    19 #define ____H_ADDITIONSFACILITYIMPL
     18#ifndef MAIN_INCLUDED_AdditionsFacilityImpl_h
     19#define MAIN_INCLUDED_AdditionsFacilityImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9797};
    9898
    99 #endif // ____H_ADDITIONSFACILITYIMPL
     99#endif /* !MAIN_INCLUDED_AdditionsFacilityImpl_h */
    100100
  • trunk/src/VBox/Main/include/ApplianceImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_APPLIANCEIMPL
    19 #define ____H_APPLIANCEIMPL
     18#ifndef MAIN_INCLUDED_ApplianceImpl_h
     19#define MAIN_INCLUDED_ApplianceImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    332332};
    333333
    334 #endif // !____H_APPLIANCEIMPL
     334#endif /* !MAIN_INCLUDED_ApplianceImpl_h */
    335335/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ApplianceImplPrivate.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_APPLIANCEIMPLPRIVATE
    19 #define ____H_APPLIANCEIMPLPRIVATE
     18#ifndef MAIN_INCLUDED_ApplianceImplPrivate_h
     19#define MAIN_INCLUDED_ApplianceImplPrivate_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    512512
    513513
    514 #endif // !____H_APPLIANCEIMPLPRIVATE
    515 
     514#endif /* !MAIN_INCLUDED_ApplianceImplPrivate_h */
     515
  • trunk/src/VBox/Main/include/AudioAdapterImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_AUDIOADAPTER
    21 #define ____H_AUDIOADAPTER
     20#ifndef MAIN_INCLUDED_AudioAdapterImpl_h
     21#define MAIN_INCLUDED_AudioAdapterImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    7979};
    8080
    81 #endif // ____H_AUDIOADAPTER
     81#endif /* !MAIN_INCLUDED_AudioAdapterImpl_h */
    8282/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/AudioDriver.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_AUDIODRIVER
    19 #define ____H_AUDIODRIVER
     18#ifndef MAIN_INCLUDED_AudioDriver_h
     19#define MAIN_INCLUDED_AudioDriver_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    112112};
    113113
    114 #endif /* !____H_AUDIODRIVER */
     114#endif /* !MAIN_INCLUDED_AudioDriver_h */
    115115
  • trunk/src/VBox/Main/include/AuthLibrary.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_AUTHLIBRARY
    19 #define ____H_AUTHLIBRARY
     18#ifndef MAIN_INCLUDED_AuthLibrary_h
     19#define MAIN_INCLUDED_AuthLibrary_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4242void AuthLibDisconnect(const AUTHLIBRARYCONTEXT *pAuthLibCtx, PCRTUUID pUuid, uint32_t u32ClientId);
    4343
    44 #endif  /* !____H_AUTHLIBRARY */
     44#endif /* !MAIN_INCLUDED_AuthLibrary_h */
  • trunk/src/VBox/Main/include/AutoCaller.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_AUTOCALLER
    20 #define ____H_AUTOCALLER
     19#ifndef MAIN_INCLUDED_AutoCaller_h
     20#define MAIN_INCLUDED_AutoCaller_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    504504};
    505505
    506 #endif // !____H_AUTOCALLER
     506#endif /* !MAIN_INCLUDED_AutoCaller_h */
  • trunk/src/VBox/Main/include/AutoStateDep.h

    r76553 r76562  
    11/* $Id$ */
    2 #ifndef ____H_AUTOSTATEDEP
    3 #define ____H_AUTOSTATEDEP
     2
     3#ifndef MAIN_INCLUDED_AutoStateDep_h
     4#define MAIN_INCLUDED_AutoStateDep_h
    45#ifndef RT_WITHOUT_PRAGMA_ONCE
    56# pragma once
     
    200201    typedef AutoStateDependency<Machine::MutableOrSavedOrRunningStateDep> AutoMutableOrSavedOrRunningStateDependency;
    201202
    202 #endif // ____H_AUTOSTATEDEP
    203 
     203#endif /* !MAIN_INCLUDED_AutoStateDep_h */
     204
  • trunk/src/VBox/Main/include/AutostartDb.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___autostart_h
    19 #define ___autostart_h
     18#ifndef MAIN_INCLUDED_AutostartDb_h
     19#define MAIN_INCLUDED_AutostartDb_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9696};
    9797
    98 #endif  /* !___autostart_h */
     98#endif /* !MAIN_INCLUDED_AutostartDb_h */
    9999
  • trunk/src/VBox/Main/include/BIOSSettingsImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_BIOSSETTINGS
    21 #define ____H_BIOSSETTINGS
     20#ifndef MAIN_INCLUDED_BIOSSettingsImpl_h
     21#define MAIN_INCLUDED_BIOSSettingsImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    8787};
    8888
    89 #endif // ____H_BIOSSETTINGS
     89#endif /* !MAIN_INCLUDED_BIOSSettingsImpl_h */
    9090
    9191/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/BandwidthControlImpl.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_BANDWIDTHCONTROLIMPL
    20 #define ____H_BANDWIDTHCONTROLIMPL
     19#ifndef MAIN_INCLUDED_BandwidthControlImpl_h
     20#define MAIN_INCLUDED_BandwidthControlImpl_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    9898};
    9999
    100 #endif // ____H_BANDWIDTHCONTROLIMPL
     100#endif /* !MAIN_INCLUDED_BandwidthControlImpl_h */
    101101/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/BandwidthGroupImpl.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_BANDWIDTHGROUPIMPL
    20 #define ____H_BANDWIDTHGROUPIMPL
     19#ifndef MAIN_INCLUDED_BandwidthGroupImpl_h
     20#define MAIN_INCLUDED_BandwidthGroupImpl_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    102102};
    103103
    104 #endif // ____H_BANDWIDTHGROUPIMPL
     104#endif /* !MAIN_INCLUDED_BandwidthGroupImpl_h */
    105105/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/BusAssignmentManager.h

    r76553 r76562  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
    17 #ifndef ___H_BUSASSIGNMENTMANAGER
    18 #define ___H_BUSASSIGNMENTMANAGER
     17
     18#ifndef MAIN_INCLUDED_BusAssignmentManager_h
     19#define MAIN_INCLUDED_BusAssignmentManager_h
    1920#ifndef RT_WITHOUT_PRAGMA_ONCE
    2021# pragma once
     
    7778};
    7879
    79 #endif //  __BusAssignmentManager_h
     80#endif /* !MAIN_INCLUDED_BusAssignmentManager_h */
  • trunk/src/VBox/Main/include/CertificateImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_CERTIFICATEIMPL
    19 #define ____H_CERTIFICATEIMPL
     18#ifndef MAIN_INCLUDED_CertificateImpl_h
     19#define MAIN_INCLUDED_CertificateImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9999};
    100100
    101 #endif // !____H_CERTIFICATEIMPL
     101#endif /* !MAIN_INCLUDED_CertificateImpl_h */
    102102
  • trunk/src/VBox/Main/include/ClientToken.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_CLIENTTOKEN
    21 #define ____H_CLIENTTOKEN
     20#ifndef MAIN_INCLUDED_ClientToken_h
     21#define MAIN_INCLUDED_ClientToken_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    105105};
    106106
    107 #endif /* !____H_CLIENTTOKEN */
     107#endif /* !MAIN_INCLUDED_ClientToken_h */
    108108/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ClientTokenHolder.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_CLIENTTOKENHOLDER
    21 #define ____H_CLIENTTOKENHOLDER
     20#ifndef MAIN_INCLUDED_ClientTokenHolder_h
     21#define MAIN_INCLUDED_ClientTokenHolder_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    9999};
    100100
    101 #endif /* !____H_CLIENTTOKENHOLDER */
     101#endif /* !MAIN_INCLUDED_ClientTokenHolder_h */
    102102/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ClientWatcher.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_CLIENTWATCHER
    19 #define ____H_CLIENTWATCHER
     18#ifndef MAIN_INCLUDED_ClientWatcher_h
     19#define MAIN_INCLUDED_ClientWatcher_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    133133};
    134134
    135 #endif /* !____H_CLIENTWATCHER */
     135#endif /* !MAIN_INCLUDED_ClientWatcher_h */
    136136/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/CloudProviderManagerImpl.h

    r76553 r76562  
    1616 */
    1717
    18 
    19 #ifndef ____H_CLOUDPROVIDERMANAGERIMPL
    20 #define ____H_CLOUDPROVIDERMANAGERIMPL
     18#ifndef MAIN_INCLUDED_CloudProviderManagerImpl_h
     19#define MAIN_INCLUDED_CloudProviderManagerImpl_h
    2120#ifndef RT_WITHOUT_PRAGMA_ONCE
    2221# pragma once
     
    6665};
    6766
    68 #endif // !____H_CLOUDPROVIDERMANAGERIMPL
     67#endif /* !MAIN_INCLUDED_CloudProviderManagerImpl_h */
    6968
    7069/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_CONSOLEIMPL
    19 #define ____H_CONSOLEIMPL
     18#ifndef MAIN_INCLUDED_ConsoleImpl_h
     19#define MAIN_INCLUDED_ConsoleImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    10691069};
    10701070
    1071 #endif // !____H_CONSOLEIMPL
     1071#endif /* !MAIN_INCLUDED_ConsoleImpl_h */
    10721072/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ConsoleVRDPServer.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_CONSOLEVRDPSERVER
    19 #define ____H_CONSOLEVRDPSERVER
     18#ifndef MAIN_INCLUDED_ConsoleVRDPServer_h
     19#define MAIN_INCLUDED_ConsoleVRDPServer_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    411411};
    412412
    413 #endif // ____H_CONSOLEVRDPSERVER
     413#endif /* !MAIN_INCLUDED_ConsoleVRDPServer_h */
    414414/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/DHCPServerImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_DHCPSERVERIMPL
    19 #define ____H_DHCPSERVERIMPL
     18#ifndef MAIN_INCLUDED_DHCPServerImpl_h
     19#define MAIN_INCLUDED_DHCPServerImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    142142};
    143143
    144 #endif // ____H_H_DHCPSERVERIMPL
     144#endif /* !MAIN_INCLUDED_DHCPServerImpl_h */
  • trunk/src/VBox/Main/include/DataStreamImpl.h

    r76553 r76562  
    1616 */
    1717
    18 
    19 #ifndef ____H_DATASTREAMIMPL
    20 #define ____H_DATASTREAMIMPL
     18#ifndef MAIN_INCLUDED_DataStreamImpl_h
     19#define MAIN_INCLUDED_DataStreamImpl_h
    2120#ifndef RT_WITHOUT_PRAGMA_ONCE
    2221# pragma once
     
    6564};
    6665
    67 #endif // !____H_DATASTREAMIMPL
     66#endif /* !MAIN_INCLUDED_DataStreamImpl_h */
    6867
    6968/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_DISPLAYIMPL
    19 #define ____H_DISPLAYIMPL
     18#ifndef MAIN_INCLUDED_DisplayImpl_h
     19#define MAIN_INCLUDED_DisplayImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    638638};
    639639
    640 #endif // !____H_DISPLAYIMPL
     640#endif /* !MAIN_INCLUDED_DisplayImpl_h */
    641641/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/DisplayUtils.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_DISPLAYUTILS
    19 #define ____H_DISPLAYUTILS
     18#ifndef MAIN_INCLUDED_DisplayUtils_h
     19#define MAIN_INCLUDED_DisplayUtils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4040void freeSavedDisplayScreenshot(uint8_t *pu8Data);
    4141
    42 #endif
     42#endif /* !MAIN_INCLUDED_DisplayUtils_h */
    4343
  • trunk/src/VBox/Main/include/DrvAudioRec.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_DRVAUDIORECORDING
    19 #define ____H_DRVAUDIORECORDING
     18#ifndef MAIN_INCLUDED_DrvAudioRec_h
     19#define MAIN_INCLUDED_DrvAudioRec_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6767};
    6868
    69 #endif /* !____H_DRVAUDIORECORDING */
     69#endif /* !MAIN_INCLUDED_DrvAudioRec_h */
    7070
  • trunk/src/VBox/Main/include/DrvAudioVRDE.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_DRVAUDIOVRDE
    19 #define ____H_DRVAUDIOVRDE
     18#ifndef MAIN_INCLUDED_DrvAudioVRDE_h
     19#define MAIN_INCLUDED_DrvAudioVRDE_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7373};
    7474
    75 #endif /* !____H_DRVAUDIOVRDE */
     75#endif /* !MAIN_INCLUDED_DrvAudioVRDE_h */
    7676
  • trunk/src/VBox/Main/include/EBMLWriter.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_EBMLWRITER
    19 #define ____H_EBMLWRITER
     18#ifndef MAIN_INCLUDED_EBMLWriter_h
     19#define MAIN_INCLUDED_EBMLWriter_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    138138};
    139139
    140 #endif
     140#endif /* !MAIN_INCLUDED_EBMLWriter_h */
    141141
  • trunk/src/VBox/Main/include/EBML_MKV.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_EBMLMKV
    19 #define ____H_EBMLMKV
     18#ifndef MAIN_INCLUDED_EBML_MKV_h
     19#define MAIN_INCLUDED_EBML_MKV_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9393};
    9494
    95 #endif
     95#endif /* !MAIN_INCLUDED_EBML_MKV_h */
    9696
  • trunk/src/VBox/Main/include/EmulatedUSBImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_EMULATEDUSBIMPL
    19 #define ____H_EMULATEDUSBIMPL
     18#ifndef MAIN_INCLUDED_EmulatedUSBImpl_h
     19#define MAIN_INCLUDED_EmulatedUSBImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8282};
    8383
    84 #endif
     84#endif /* !MAIN_INCLUDED_EmulatedUSBImpl_h */
    8585
    8686/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/EventImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_EVENTIMPL
    19 #define ____H_EVENTIMPL
     18#ifndef MAIN_INCLUDED_EventImpl_h
     19#define MAIN_INCLUDED_EventImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    180180
    181181
    182 #endif // ____H_EVENTIMPL
     182#endif /* !MAIN_INCLUDED_EventImpl_h */
  • trunk/src/VBox/Main/include/ExtPackManagerImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_EXTPACKMANAGERIMPL
    19 #define ____H_EXTPACKMANAGERIMPL
     18#ifndef MAIN_INCLUDED_ExtPackManagerImpl_h
     19#define MAIN_INCLUDED_ExtPackManagerImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    287287};
    288288
    289 #endif
     289#endif /* !MAIN_INCLUDED_ExtPackManagerImpl_h */
    290290/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ExtPackUtil.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_EXTPACKUTIL
    19 #define ____H_EXTPACKUTIL
     18#ifndef MAIN_INCLUDED_ExtPackUtil_h
     19#define MAIN_INCLUDED_ExtPackUtil_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    143143#endif /* __cplusplus */
    144144
    145 #endif
     145#endif /* !MAIN_INCLUDED_ExtPackUtil_h */
    146146
  • trunk/src/VBox/Main/include/Global.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GLOBAL
    19 #define ____H_GLOBAL
     18#ifndef MAIN_INCLUDED_Global_h
     19#define MAIN_INCLUDED_Global_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    193193};
    194194
    195 #endif /* !____H_GLOBAL */
     195#endif /* !MAIN_INCLUDED_Global_h */
    196196/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTIMPLPRIVATE
    19 #define ____H_GUESTIMPLPRIVATE
     18#ifndef MAIN_INCLUDED_GuestCtrlImplPrivate_h
     19#define MAIN_INCLUDED_GuestCtrlImplPrivate_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    12121212    /** @} */
    12131213};
    1214 #endif // !____H_GUESTIMPLPRIVATE
    1215 
     1214#endif /* !MAIN_INCLUDED_GuestCtrlImplPrivate_h */
     1215
  • trunk/src/VBox/Main/include/GuestDirectoryImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTDIRECTORYIMPL
    19 #define ____H_GUESTDIRECTORYIMPL
     18#ifndef MAIN_INCLUDED_GuestDirectoryImpl_h
     19#define MAIN_INCLUDED_GuestDirectoryImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8787};
    8888
    89 #endif /* !____H_GUESTDIRECTORYIMPL */
     89#endif /* !MAIN_INCLUDED_GuestDirectoryImpl_h */
    9090
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_GUESTDNDPRIVATE
    20 #define ____H_GUESTDNDPRIVATE
     19#ifndef MAIN_INCLUDED_GuestDnDPrivate_h
     20#define MAIN_INCLUDED_GuestDnDPrivate_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    11961196    } mDataBase;
    11971197};
    1198 #endif /* ____H_GUESTDNDPRIVATE */
    1199 
     1198#endif /* !MAIN_INCLUDED_GuestDnDPrivate_h */
     1199
  • trunk/src/VBox/Main/include/GuestDnDSourceImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTDNDSOURCEIMPL
    19 #define ____H_GUESTDNDSOURCEIMPL
     18#ifndef MAIN_INCLUDED_GuestDnDSourceImpl_h
     19#define MAIN_INCLUDED_GuestDnDSourceImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    118118};
    119119
    120 #endif /* !____H_GUESTDNDSOURCEIMPL */
     120#endif /* !MAIN_INCLUDED_GuestDnDSourceImpl_h */
    121121
  • trunk/src/VBox/Main/include/GuestDnDTargetImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTDNDTARGETIMPL
    19 #define ____H_GUESTDNDTARGETIMPL
     18#ifndef MAIN_INCLUDED_GuestDnDTargetImpl_h
     19#define MAIN_INCLUDED_GuestDnDTargetImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    110110};
    111111
    112 #endif /* !____H_GUESTDNDTARGETIMPL */
     112#endif /* !MAIN_INCLUDED_GuestDnDTargetImpl_h */
    113113
  • trunk/src/VBox/Main/include/GuestFileImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTFILEIMPL
    19 #define ____H_GUESTFILEIMPL
     18#ifndef MAIN_INCLUDED_GuestFileImpl_h
     19#define MAIN_INCLUDED_GuestFileImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    137137};
    138138
    139 #endif /* !____H_GUESTFILEIMPL */
     139#endif /* !MAIN_INCLUDED_GuestFileImpl_h */
    140140
  • trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTFSOBJINFOIMPL
    19 #define ____H_GUESTFSOBJINFOIMPL
     18#ifndef MAIN_INCLUDED_GuestFsObjInfoImpl_h
     19#define MAIN_INCLUDED_GuestFsObjInfoImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7272};
    7373
    74 #endif /* !____H_GUESTFSOBJINFOIMPL */
     74#endif /* !MAIN_INCLUDED_GuestFsObjInfoImpl_h */
    7575
  • trunk/src/VBox/Main/include/GuestImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTIMPL
    19 #define ____H_GUESTIMPL
     18#ifndef MAIN_INCLUDED_GuestImpl_h
     19#define MAIN_INCLUDED_GuestImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    248248#define GUEST_MAGIC 0xCEED2006u /** @todo r=andy Not very well defined!? */
    249249
    250 #endif // ____H_GUESTIMPL
    251 
     250#endif /* !MAIN_INCLUDED_GuestImpl_h */
     251
  • trunk/src/VBox/Main/include/GuestOSTypeImpl.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_GUESTOSTYPEIMPL
    20 #define ____H_GUESTOSTYPEIMPL
     19#ifndef MAIN_INCLUDED_GuestOSTypeImpl_h
     20#define MAIN_INCLUDED_GuestOSTypeImpl_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    110110};
    111111
    112 #endif // ____H_GUESTOSTYPEIMPL
     112#endif /* !MAIN_INCLUDED_GuestOSTypeImpl_h */
    113113/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/GuestProcessImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTPROCESSIMPL
    19 #define ____H_GUESTPROCESSIMPL
     18#ifndef MAIN_INCLUDED_GuestProcessImpl_h
     19#define MAIN_INCLUDED_GuestProcessImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    277277};
    278278
    279 #endif /* !____H_GUESTPROCESSIMPL */
    280 
     279#endif /* !MAIN_INCLUDED_GuestProcessImpl_h */
     280
  • trunk/src/VBox/Main/include/GuestSessionImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTSESSIONIMPL
    19 #define ____H_GUESTSESSIONIMPL
     18#ifndef MAIN_INCLUDED_GuestSessionImpl_h
     19#define MAIN_INCLUDED_GuestSessionImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    429429};
    430430
    431 #endif /* !____H_GUESTSESSIONIMPL */
    432 
     431#endif /* !MAIN_INCLUDED_GuestSessionImpl_h */
     432
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_GUESTSESSIONIMPLTASKS
    19 #define ____H_GUESTSESSIONIMPLTASKS
     18#ifndef MAIN_INCLUDED_GuestSessionImplTasks_h
     19#define MAIN_INCLUDED_GuestSessionImplTasks_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    378378    uint32_t                    mFlags;
    379379};
    380 #endif /* !____H_GUESTSESSIONIMPLTASKS */
     380#endif /* !MAIN_INCLUDED_GuestSessionImplTasks_h */
  • trunk/src/VBox/Main/include/HGCM.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HGCM
    19 #define ____H_HGCM
     18#ifndef MAIN_INCLUDED_HGCM_h
     19#define MAIN_INCLUDED_HGCM_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6262RT_C_DECLS_END
    6363
    64 #endif
     64#endif /* !MAIN_INCLUDED_HGCM_h */
    6565
  • trunk/src/VBox/Main/include/HGCMObjects.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HGCMOBJECTS
    19 #define ____H_HGCMOBJECTS
     18#ifndef MAIN_INCLUDED_HGCMObjects_h
     19#define MAIN_INCLUDED_HGCMObjects_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    126126
    127127
    128 #endif
     128#endif /* !MAIN_INCLUDED_HGCMObjects_h */
  • trunk/src/VBox/Main/include/HGCMThread.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HGCMTHREAD
    19 #define ____H_HGCMTHREAD
     18#ifndef MAIN_INCLUDED_HGCMThread_h
     19#define MAIN_INCLUDED_HGCMThread_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    223223
    224224
    225 #endif
    226 
     225#endif /* !MAIN_INCLUDED_HGCMThread_h */
     226
  • trunk/src/VBox/Main/include/HashedPw.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HASHEDPW
    19 #define ____H_HASHEDPW
     18#ifndef MAIN_INCLUDED_HashedPw_h
     19#define MAIN_INCLUDED_HashedPw_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2727void    VBoxHashPassword(RTCString *a_pstrPassword);
    2828
    29 #endif
     29#endif /* !MAIN_INCLUDED_HashedPw_h */
    3030
  • trunk/src/VBox/Main/include/HostHardwareLinux.h

    r76553 r76562  
    1919 */
    2020
    21 #ifndef ____H_HOSTHARDWARELINUX
    22 #define ____H_HOSTHARDWARELINUX
     21#ifndef MAIN_INCLUDED_HostHardwareLinux_h
     22#define MAIN_INCLUDED_HostHardwareLinux_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    175175};
    176176
    177 #endif /* ____H_HOSTHARDWARELINUX */
     177#endif /* !MAIN_INCLUDED_HostHardwareLinux_h */
    178178/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/HostImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HOSTIMPL
    19 #define ____H_HOSTIMPL
     18#ifndef MAIN_INCLUDED_HostImpl_h
     19#define MAIN_INCLUDED_HostImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    188188};
    189189
    190 #endif // !____H_HOSTIMPL
     190#endif /* !MAIN_INCLUDED_HostImpl_h */
    191191
  • trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_HOSTNETWORKINTERFACEIMPL
    21 #define ____H_HOSTNETWORKINTERFACEIMPL
     20#ifndef MAIN_INCLUDED_HostNetworkInterfaceImpl_h
     21#define MAIN_INCLUDED_HostNetworkInterfaceImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    119119typedef std::list<ComObjPtr<HostNetworkInterface> > HostNetworkInterfaceList;
    120120
    121 #endif // ____H_H_HOSTNETWORKINTERFACEIMPL
     121#endif /* !MAIN_INCLUDED_HostNetworkInterfaceImpl_h */
    122122/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/HostPower.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_HOSTPOWER
    20 #define ____H_HOSTPOWER
     19#ifndef MAIN_INCLUDED_HostPower_h
     20#define MAIN_INCLUDED_HostPower_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    123123# endif
    124124
    125 #endif /* !____H_HOSTPOWER */
     125#endif /* !MAIN_INCLUDED_HostPower_h */
    126126/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/HostUSBDeviceImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HOSTUSBDEVICEIMPL
    19 #define ____H_HOSTUSBDEVICEIMPL
     18#ifndef MAIN_INCLUDED_HostUSBDeviceImpl_h
     19#define MAIN_INCLUDED_HostUSBDeviceImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    314314};
    315315
    316 #endif // ____H_HOSTUSBDEVICEIMPL
     316#endif /* !MAIN_INCLUDED_HostUSBDeviceImpl_h */
    317317/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/HostVideoInputDeviceImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_HOSTVIDEOINPUTDEVICEIMPL
    19 #define ____H_HOSTVIDEOINPUTDEVICEIMPL
     18#ifndef MAIN_INCLUDED_HostVideoInputDeviceImpl_h
     19#define MAIN_INCLUDED_HostVideoInputDeviceImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6868};
    6969
    70 #endif
     70#endif /* !MAIN_INCLUDED_HostVideoInputDeviceImpl_h */
    7171
    7272/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/KeyboardImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_KEYBOARDIMPL
    19 #define ____H_KEYBOARDIMPL
     18#ifndef MAIN_INCLUDED_KeyboardImpl_h
     19#define MAIN_INCLUDED_KeyboardImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9696};
    9797
    98 #endif // !____H_KEYBOARDIMPL
     98#endif /* !MAIN_INCLUDED_KeyboardImpl_h */
    9999/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/Logging.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_LOGGING
    19 #define ____H_LOGGING
     18#ifndef MAIN_INCLUDED_Logging_h
     19#define MAIN_INCLUDED_Logging_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6060#include <VBox/log.h>
    6161
    62 #endif // !____H_LOGGING
     62#endif /* !MAIN_INCLUDED_Logging_h */
    6363/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/LoggingNew.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_LOGGINGNEW
    19 #define ____H_LOGGINGNEW
     18#ifndef MAIN_INCLUDED_LoggingNew_h
     19#define MAIN_INCLUDED_LoggingNew_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
    2222#endif
    2323
    24 #ifdef ____H_LOGGING
     24#ifdef MAIN_INCLUDED_Logging_h
    2525# error "You must include LoggingNew.h as the first include!"
    2626#endif
    27 #define ____H_LOGGING /* Prevent Logging.h from being included. */
     27#define MAIN_INCLUDED_Logging_h /* Prevent Logging.h from being included. */
    2828
    2929#ifndef LOG_GROUP
     
    3737#include <VBox/log.h>
    3838
    39 #endif // !____H_LOGGINGNEW
     39#endif /* !MAIN_INCLUDED_LoggingNew_h */
    4040/* vi: set tabstop=4 shiftwidth=4 expandtab: */
    4141
  • trunk/src/VBox/Main/include/MachineDebuggerImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MACHINEDEBUGGER
    19 #define ____H_MACHINEDEBUGGER
     18#ifndef MAIN_INCLUDED_MachineDebuggerImpl_h
     19#define MAIN_INCLUDED_MachineDebuggerImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    161161};
    162162
    163 #endif /* !____H_MACHINEDEBUGGER */
     163#endif /* !MAIN_INCLUDED_MachineDebuggerImpl_h */
    164164/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/MachineImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MACHINEIMPL
    19 #define ____H_MACHINEIMPL
     18#ifndef MAIN_INCLUDED_MachineImpl_h
     19#define MAIN_INCLUDED_MachineImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    15901590
    15911591
    1592 #endif // ____H_MACHINEIMPL
     1592#endif /* !MAIN_INCLUDED_MachineImpl_h */
    15931593/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/MachineImplCloneVM.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MACHINEIMPLCLONEVM
    19 #define ____H_MACHINEIMPLCLONEVM
     18#ifndef MAIN_INCLUDED_MachineImplCloneVM_h
     19#define MAIN_INCLUDED_MachineImplCloneVM_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    4747};
    4848
    49 #endif // ____H_MACHINEIMPLCLONEVM
     49#endif /* !MAIN_INCLUDED_MachineImplCloneVM_h */
    5050/* vi: set tabstop=4 shiftwidth=4 expandtab: */
    5151
  • trunk/src/VBox/Main/include/MachineImplMoveVM.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MACHINEIMPLMOVEVM
    19 #define ____H_MACHINEIMPLMOVEVM
     18#ifndef MAIN_INCLUDED_MachineImplMoveVM_h
     19#define MAIN_INCLUDED_MachineImplMoveVM_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    141141};
    142142
    143 #endif // ____H_MACHINEIMPLMOVEVM
     143#endif /* !MAIN_INCLUDED_MachineImplMoveVM_h */
    144144/* vi: set tabstop=4 shiftwidth=4 expandtab: */
    145145
  • trunk/src/VBox/Main/include/Matching.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_MATCHING
    20 #define ____H_MATCHING
     19#ifndef MAIN_INCLUDED_Matching_h
     20#define MAIN_INCLUDED_Matching_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    527527} /* namespace matching */
    528528
    529 #endif // !____H_MATCHING
     529#endif /* !MAIN_INCLUDED_Matching_h */
    530530/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/MediumAttachmentImpl.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_MEDIUMATTACHMENTIMPL
    20 #define ____H_MEDIUMATTACHMENTIMPL
     19#ifndef MAIN_INCLUDED_MediumAttachmentImpl_h
     20#define MAIN_INCLUDED_MediumAttachmentImpl_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    132132};
    133133
    134 #endif // !____H_MEDIUMATTACHMENTIMPL
     134#endif /* !MAIN_INCLUDED_MediumAttachmentImpl_h */
    135135/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/MediumFormatImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MEDIUMFORMATIMPL
    19 #define ____H_MEDIUMFORMATIMPL
     18#ifndef MAIN_INCLUDED_MediumFormatImpl_h
     19#define MAIN_INCLUDED_MediumFormatImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    111111};
    112112
    113 #endif
     113#endif /* !MAIN_INCLUDED_MediumFormatImpl_h */
    114114
    115115/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/MediumIOImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MEDIUMIOIMPL
    19 #define ____H_MEDIUMIOIMPL
     18#ifndef MAIN_INCLUDED_MediumIOImpl_h
     19#define MAIN_INCLUDED_MediumIOImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    7878};
    7979
    80 #endif
     80#endif /* !MAIN_INCLUDED_MediumIOImpl_h */
    8181/* vi: set tabstop=4 shiftwidth=4 expandtab: */
    8282
  • trunk/src/VBox/Main/include/MediumImpl.h

    r76553 r76562  
    1616 */
    1717
    18 
    19 #ifndef ____H_MEDIUMIMPL
    20 #define ____H_MEDIUMIMPL
     18#ifndef MAIN_INCLUDED_MediumImpl_h
     19#define MAIN_INCLUDED_MediumImpl_h
    2120#ifndef RT_WITHOUT_PRAGMA_ONCE
    2221# pragma once
     
    466465
    467466
    468 #endif /* !____H_MEDIUMIMPL */
    469 
     467#endif /* !MAIN_INCLUDED_MediumImpl_h */
     468
  • trunk/src/VBox/Main/include/MediumLock.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_MEDIUMLOCK
    21 #define ____H_MEDIUMLOCK
     20#ifndef MAIN_INCLUDED_MediumLock_h
     21#define MAIN_INCLUDED_MediumLock_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    338338};
    339339
    340 #endif /* !____H_MEDIUMLOCK */
     340#endif /* !MAIN_INCLUDED_MediumLock_h */
    341341/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/MouseImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_MOUSEIMPL
    19 #define ____H_MOUSEIMPL
     18#ifndef MAIN_INCLUDED_MouseImpl_h
     19#define MAIN_INCLUDED_MouseImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    156156};
    157157
    158 #endif // !____H_MOUSEIMPL
     158#endif /* !MAIN_INCLUDED_MouseImpl_h */
    159159/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/NATEngineImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_NATENGINE
    21 #define ____H_NATENGINE
     20#ifndef MAIN_INCLUDED_NATEngineImpl_h
     21#define MAIN_INCLUDED_NATEngineImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    110110    INetworkAdapter * const mAdapter;
    111111};
    112 #endif
     112#endif /* !MAIN_INCLUDED_NATEngineImpl_h */
  • trunk/src/VBox/Main/include/NATNetworkImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_NATNETWORKIMPL
    19 #define ____H_NATNETWORKIMPL
     18#ifndef MAIN_INCLUDED_NATNetworkImpl_h
     19#define MAIN_INCLUDED_NATNetworkImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    129129};
    130130
    131 #endif // !____H_H_NATNETWORKIMPL
     131#endif /* !MAIN_INCLUDED_NATNetworkImpl_h */
  • trunk/src/VBox/Main/include/NetworkAdapterImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_NETWORKADAPTER
    19 #define ____H_NETWORKADAPTER
     18#ifndef MAIN_INCLUDED_NetworkAdapterImpl_h
     19#define MAIN_INCLUDED_NetworkAdapterImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    124124};
    125125
    126 #endif // ____H_NETWORKADAPTER
     126#endif /* !MAIN_INCLUDED_NetworkAdapterImpl_h */
    127127/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/NetworkServiceRunner.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_NETWORKSERVICERUNNER
    19 #define ____H_NETWORKSERVICERUNNER
     18#ifndef MAIN_INCLUDED_NetworkServiceRunner_h
     19#define MAIN_INCLUDED_NetworkServiceRunner_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6363};
    6464
    65 #endif
     65#endif /* !MAIN_INCLUDED_NetworkServiceRunner_h */
    6666
  • trunk/src/VBox/Main/include/Nvram.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_NVRAM
    20 #define ____H_NVRAM
     19#ifndef MAIN_INCLUDED_Nvram_h
     20#define MAIN_INCLUDED_Nvram_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    5151};
    5252
    53 #endif /* !____H_NVRAM */
     53#endif /* !MAIN_INCLUDED_Nvram_h */
    5454/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ObjectState.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_OBJECTSTATE
    20 #define ____H_OBJECTSTATE
     19#ifndef MAIN_INCLUDED_ObjectState_h
     20#define MAIN_INCLUDED_ObjectState_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    138138};
    139139
    140 #endif // !____H_OBJECTSTATE
     140#endif /* !MAIN_INCLUDED_ObjectState_h */
  • trunk/src/VBox/Main/include/PCIDeviceAttachmentImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_PCIDEVICEATTACHMENTIMPL
    21 #define ____H_PCIDEVICEATTACHMENTIMPL
     20#ifndef MAIN_INCLUDED_PCIDeviceAttachmentImpl_h
     21#define MAIN_INCLUDED_PCIDeviceAttachmentImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    6767};
    6868
    69 #endif // ____H_PCIDEVICEATTACHMENTIMPL
     69#endif /* !MAIN_INCLUDED_PCIDeviceAttachmentImpl_h */
  • trunk/src/VBox/Main/include/PCIRawDevImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_PCIRAWDEV
    19 #define ____H_PCIRAWDEV
     18#ifndef MAIN_INCLUDED_PCIRawDevImpl_h
     19#define MAIN_INCLUDED_PCIRawDevImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5454};
    5555
    56 #endif // !____H_PCIRAWDEV
     56#endif /* !MAIN_INCLUDED_PCIRawDevImpl_h */
  • trunk/src/VBox/Main/include/ParallelPortImpl.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_PARALLELPORTIMPL
    20 #define ____H_PARALLELPORTIMPL
     19#ifndef MAIN_INCLUDED_ParallelPortImpl_h
     20#define MAIN_INCLUDED_ParallelPortImpl_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    7474};
    7575
    76 #endif // ____H_PARALLELPORTIMPL
     76#endif /* !MAIN_INCLUDED_ParallelPortImpl_h */
    7777/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/Performance.h

    r76553 r76562  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
    17 #ifndef ___performance_h
    18 #define ___performance_h
     17
     18#ifndef MAIN_INCLUDED_Performance_h
     19#define MAIN_INCLUDED_Performance_h
    1920#ifndef RT_WITHOUT_PRAGMA_ONCE
    2021# pragma once
     
    901902    };
    902903}
    903 #endif /* ___performance_h */
     904#endif /* !MAIN_INCLUDED_Performance_h */
    904905/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/PerformanceImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_PERFORMANCEIMPL
    21 #define ____H_PERFORMANCEIMPL
     20#ifndef MAIN_INCLUDED_PerformanceImpl_h
     21#define MAIN_INCLUDED_PerformanceImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    193193};
    194194
    195 #endif //!____H_PERFORMANCEIMPL
     195#endif /* !MAIN_INCLUDED_PerformanceImpl_h */
    196196/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/ProgressImpl.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_PROGRESSIMPL
    20 #define ____H_PROGRESSIMPL
     19#ifndef MAIN_INCLUDED_ProgressImpl_h
     20#define MAIN_INCLUDED_ProgressImpl_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    233233};
    234234
    235 #endif /* ____H_PROGRESSIMPL */
    236 
     235#endif /* !MAIN_INCLUDED_ProgressImpl_h */
     236
  • trunk/src/VBox/Main/include/ProgressProxyImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_PROGRESSPROXYIMPL
    19 #define ____H_PROGRESSPROXYIMPL
     18#ifndef MAIN_INCLUDED_ProgressProxyImpl_h
     19#define MAIN_INCLUDED_ProgressProxyImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    117117};
    118118
    119 #endif /* !____H_PROGRESSPROXYIMPL */
     119#endif /* !MAIN_INCLUDED_ProgressProxyImpl_h */
    120120
  • trunk/src/VBox/Main/include/QMTranslator.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_QMTRANSLATOR
    19 #define ____H_QMTRANSLATOR
     18#ifndef MAIN_INCLUDED_QMTranslator_h
     19#define MAIN_INCLUDED_QMTranslator_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    5757};
    5858
    59 #endif /* !____H_QMTRANSLATOR */
     59#endif /* !MAIN_INCLUDED_QMTranslator_h */
    6060/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/Recording.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_RECORDING
    19 #define ____H_RECORDING
     18#ifndef MAIN_INCLUDED_Recording_h
     19#define MAIN_INCLUDED_Recording_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    138138    RecordingBlockMap            mapBlocksCommon;
    139139};
    140 #endif /* !____H_RECORDING */
     140#endif /* !MAIN_INCLUDED_Recording_h */
    141141
  • trunk/src/VBox/Main/include/RecordingInternals.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_RECORDINGINTERNALS
    19 #define ____H_RECORDINGINTERNALS
     18#ifndef MAIN_INCLUDED_RecordingInternals_h
     19#define MAIN_INCLUDED_RecordingInternals_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    185185typedef std::list<RecordingBlock *> RecordingBlockList;
    186186
    187 #endif
     187#endif /* !MAIN_INCLUDED_RecordingInternals_h */
    188188
  • trunk/src/VBox/Main/include/RecordingScreenSettingsImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_RecordingScreenSettings
    21 #define ____H_RecordingScreenSettings
     20#ifndef MAIN_INCLUDED_RecordingScreenSettingsImpl_h
     21#define MAIN_INCLUDED_RecordingScreenSettingsImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    120120};
    121121
    122 #endif // ____H_RecordingScreenSettings
     122#endif /* !MAIN_INCLUDED_RecordingScreenSettingsImpl_h */
    123123
  • trunk/src/VBox/Main/include/RecordingSettingsImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_RecordSettings
    19 #define ____H_RecordSettings
     18#ifndef MAIN_INCLUDED_RecordingSettingsImpl_h
     19#define MAIN_INCLUDED_RecordingSettingsImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8888};
    8989
    90 #endif // !____H_RecordSettings
     90#endif /* !MAIN_INCLUDED_RecordingSettingsImpl_h */
    9191
  • trunk/src/VBox/Main/include/RecordingStream.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_RECORDINGSTREAM
    19 #define ____H_RECORDINGSTREAM
     18#ifndef MAIN_INCLUDED_RecordingStream_h
     19#define MAIN_INCLUDED_RecordingStream_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    219219typedef std::vector <RecordingStream *> RecordingStreams;
    220220
    221 #endif
    222 
     221#endif /* !MAIN_INCLUDED_RecordingStream_h */
     222
  • trunk/src/VBox/Main/include/RecordingUtils.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_RECORDINGUTILS
    19 #define ____H_RECORDINGUTILS
     18#ifndef MAIN_INCLUDED_RecordingUtils_h
     19#define MAIN_INCLUDED_RecordingUtils_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    205205                           uint8_t *paSrc, uint32_t uSrcWidth, uint32_t uSrcHeight);
    206206
    207 #endif
    208 
     207#endif /* !MAIN_INCLUDED_RecordingUtils_h */
     208
  • trunk/src/VBox/Main/include/RemoteUSBBackend.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_REMOTEUSBBACKEND
    20 #define ____H_REMOTEUSBBACKEND
     19#ifndef MAIN_INCLUDED_RemoteUSBBackend_h
     20#define MAIN_INCLUDED_RemoteUSBBackend_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    140140};
    141141
    142 #endif /* ____H_REMOTEUSBBACKEND */
     142#endif /* !MAIN_INCLUDED_RemoteUSBBackend_h */
    143143/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h

    r76553 r76562  
    1919 */
    2020
    21 #ifndef ____H_REMOTEUSBDEVICEIMPL
    22 #define ____H_REMOTEUSBDEVICEIMPL
     21#ifndef MAIN_INCLUDED_RemoteUSBDeviceImpl_h
     22#define MAIN_INCLUDED_RemoteUSBDeviceImpl_h
    2323#ifndef RT_WITHOUT_PRAGMA_ONCE
    2424# pragma once
     
    123123};
    124124
    125 #endif // ____H_REMOTEUSBDEVICEIMPL
     125#endif /* !MAIN_INCLUDED_RemoteUSBDeviceImpl_h */
    126126/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SecretKeyStore.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_SECRETKEYSTORE
    19 #define ____H_SECRETKEYSTORE
     18#ifndef MAIN_INCLUDED_SecretKeyStore_h
     19#define MAIN_INCLUDED_SecretKeyStore_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    191191};
    192192
    193 #endif  /* !____H_SECRETKEYSTORE */
     193#endif /* !MAIN_INCLUDED_SecretKeyStore_h */
  • trunk/src/VBox/Main/include/SerialPortImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_SERIALPORTIMPL
    21 #define ____H_SERIALPORTIMPL
     20#ifndef MAIN_INCLUDED_SerialPortImpl_h
     21#define MAIN_INCLUDED_SerialPortImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    8989};
    9090
    91 #endif // ____H_SERIALPORTIMPL
     91#endif /* !MAIN_INCLUDED_SerialPortImpl_h */
    9292/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SessionImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_SESSIONIMPL
    19 #define ____H_SESSIONIMPL
     18#ifndef MAIN_INCLUDED_SessionImpl_h
     19#define MAIN_INCLUDED_SessionImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    169169};
    170170
    171 #endif // !____H_SESSIONIMPL
     171#endif /* !MAIN_INCLUDED_SessionImpl_h */
    172172/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SharedFolderImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_SHAREDFOLDERIMPL
    19 #define ____H_SHAREDFOLDERIMPL
     18#ifndef MAIN_INCLUDED_SharedFolderImpl_h
     19#define MAIN_INCLUDED_SharedFolderImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    116116};
    117117
    118 #endif // !____H_SHAREDFOLDERIMPL
     118#endif /* !MAIN_INCLUDED_SharedFolderImpl_h */
    119119/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SnapshotImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_SNAPSHOTIMPL
    19 #define ____H_SNAPSHOTIMPL
     18#ifndef MAIN_INCLUDED_SnapshotImpl_h
     19#define MAIN_INCLUDED_SnapshotImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    129129};
    130130
    131 #endif // ____H_SNAPSHOTIMPL
     131#endif /* !MAIN_INCLUDED_SnapshotImpl_h */
    132132
    133133/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/StorageControllerImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_STORAGECONTROLLERIMPL
    21 #define ____H_STORAGECONTROLLERIMPL
     20#ifndef MAIN_INCLUDED_StorageControllerImpl_h
     21#define MAIN_INCLUDED_StorageControllerImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    9494};
    9595
    96 #endif //!____H_STORAGECONTROLLERIMPL
     96#endif /* !MAIN_INCLUDED_StorageControllerImpl_h */
    9797/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SystemPropertiesImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_SYSTEMPROPERTIESIMPL
    21 #define ____H_SYSTEMPROPERTIESIMPL
     20#ifndef MAIN_INCLUDED_SystemPropertiesImpl_h
     21#define MAIN_INCLUDED_SystemPropertiesImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    160160};
    161161
    162 #endif // ____H_SYSTEMPROPERTIESIMPL
     162#endif /* !MAIN_INCLUDED_SystemPropertiesImpl_h */
    163163/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/TextScript.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_TEXTSCRIPT
    19 #define ____H_TEXTSCRIPT
     18#ifndef MAIN_INCLUDED_TextScript_h
     19#define MAIN_INCLUDED_TextScript_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    228228
    229229
    230 #endif // !____H_TEXTSCRIPT
    231 
     230#endif /* !MAIN_INCLUDED_TextScript_h */
     231
  • trunk/src/VBox/Main/include/ThreadTask.h

    r76553 r76562  
    1515 */
    1616
    17 #ifndef ____H_THREADTASK
    18 #define ____H_THREADTASK
     17#ifndef MAIN_INCLUDED_ThreadTask_h
     18#define MAIN_INCLUDED_ThreadTask_h
    1919#ifndef RT_WITHOUT_PRAGMA_ONCE
    2020# pragma once
     
    6565};
    6666
    67 #endif
     67#endif /* !MAIN_INCLUDED_ThreadTask_h */
    6868
  • trunk/src/VBox/Main/include/TokenImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_TOKENIMPL
    19 #define ____H_TOKENIMPL
     18#ifndef MAIN_INCLUDED_TokenImpl_h
     19#define MAIN_INCLUDED_TokenImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    104104
    105105
    106 #endif
     106#endif /* !MAIN_INCLUDED_TokenImpl_h */
    107107
    108108/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/USBControllerImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_USBCONTROLLERIMPL
    21 #define ____H_USBCONTROLLERIMPL
     20#ifndef MAIN_INCLUDED_USBControllerImpl_h
     21#define MAIN_INCLUDED_USBControllerImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    7575};
    7676
    77 #endif //!____H_USBCONTROLLERIMPL
     77#endif /* !MAIN_INCLUDED_USBControllerImpl_h */
    7878/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/USBDeviceFilterImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_USBDEVICEFILTERIMPL
    19 #define ____H_USBDEVICEFILTERIMPL
     18#ifndef MAIN_INCLUDED_USBDeviceFilterImpl_h
     19#define MAIN_INCLUDED_USBDeviceFilterImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    227227};
    228228
    229 #endif // ____H_USBDEVICEFILTERIMPL
     229#endif /* !MAIN_INCLUDED_USBDeviceFilterImpl_h */
    230230/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/USBDeviceFiltersImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_USBDEVICEFILTERSIMPL
    19 #define ____H_USBDEVICEFILTERSIMPL
     18#ifndef MAIN_INCLUDED_USBDeviceFiltersImpl_h
     19#define MAIN_INCLUDED_USBDeviceFiltersImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8484};
    8585
    86 #endif //!____H_USBDEVICEFILTERSIMPL
     86#endif /* !MAIN_INCLUDED_USBDeviceFiltersImpl_h */
    8787/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/USBDeviceImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_USBDEVICEIMPL
    19 #define ____H_USBDEVICEIMPL
     18#ifndef MAIN_INCLUDED_USBDeviceImpl_h
     19#define MAIN_INCLUDED_USBDeviceImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    105105};
    106106
    107 #endif // ____H_USBDEVICEIMPL
     107#endif /* !MAIN_INCLUDED_USBDeviceImpl_h */
    108108/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/USBGetDevices.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___USBGetDevices_h
    19 #define ___USBGetDevices_h
     18#ifndef MAIN_INCLUDED_USBGetDevices_h
     19#define MAIN_INCLUDED_USBGetDevices_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    101101RT_C_DECLS_END
    102102
    103 #endif /* !___USBGetDevices_h */
     103#endif /* !MAIN_INCLUDED_USBGetDevices_h */
    104104
  • trunk/src/VBox/Main/include/USBIdDatabase.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___USBIdDatabase_h
    19 #define ___USBIdDatabase_h
     18#ifndef MAIN_INCLUDED_USBIdDatabase_h
     19#define MAIN_INCLUDED_USBIdDatabase_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    213213
    214214
    215 #endif
    216 
     215#endif /* !MAIN_INCLUDED_USBIdDatabase_h */
     216
  • trunk/src/VBox/Main/include/USBProxyBackend.h

    r76553 r76562  
    1616 */
    1717
    18 
    19 #ifndef ____H_USBPROXYBACKEND
    20 #define ____H_USBPROXYBACKEND
     18#ifndef MAIN_INCLUDED_USBProxyBackend_h
     19#define MAIN_INCLUDED_USBProxyBackend_h
    2120#ifndef RT_WITHOUT_PRAGMA_ONCE
    2221# pragma once
     
    443442};
    444443
    445 #endif /* !____H_USBPROXYBACKEND */
    446 
     444#endif /* !MAIN_INCLUDED_USBProxyBackend_h */
     445
  • trunk/src/VBox/Main/include/USBProxyService.h

    r76553 r76562  
    1616 */
    1717
    18 
    19 #ifndef ____H_USBPROXYSERVICE
    20 #define ____H_USBPROXYSERVICE
     18#ifndef MAIN_INCLUDED_USBProxyService_h
     19#define MAIN_INCLUDED_USBProxyService_h
    2120#ifndef RT_WITHOUT_PRAGMA_ONCE
    2221# pragma once
     
    133132};
    134133
    135 #endif /* !____H_USBPROXYSERVICE */
     134#endif /* !MAIN_INCLUDED_USBProxyService_h */
    136135/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/UnattendedImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_UNATTENDED
    19 #define ____H_UNATTENDED
     18#ifndef MAIN_INCLUDED_UnattendedImpl_h
     19#define MAIN_INCLUDED_UnattendedImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    263263};
    264264
    265 #endif // !____H_UNATTENDED
    266 
     265#endif /* !MAIN_INCLUDED_UnattendedImpl_h */
     266
  • trunk/src/VBox/Main/include/UnattendedInstaller.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_UNATTENDEDINSTALLER
    19 #define ____H_UNATTENDEDINSTALLER
     18#ifndef MAIN_INCLUDED_UnattendedInstaller_h
     19#define MAIN_INCLUDED_UnattendedInstaller_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    596596#endif
    597597
    598 #endif // !____H_UNATTENDEDINSTALLER
    599 
     598#endif /* !MAIN_INCLUDED_UnattendedInstaller_h */
     599
  • trunk/src/VBox/Main/include/UnattendedScript.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_UNATTENDEDSCRIPT
    19 #define ____H_UNATTENDEDSCRIPT
     18#ifndef MAIN_INCLUDED_UnattendedScript_h
     19#define MAIN_INCLUDED_UnattendedScript_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    128128
    129129
    130 #endif // !____H_UNATTENDEDSCRIPT
     130#endif /* !MAIN_INCLUDED_UnattendedScript_h */
    131131
  • trunk/src/VBox/Main/include/UsbCardReader.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_USBCARDREADER
    20 #define ____H_USBCARDREADER
     19#ifndef MAIN_INCLUDED_UsbCardReader_h
     20#define MAIN_INCLUDED_UsbCardReader_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    7272};
    7373
    74 #endif /* !____H_USBCARDREADER */
     74#endif /* !MAIN_INCLUDED_UsbCardReader_h */
    7575/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/UsbWebcamInterface.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_USBWEBCAMINTERFACE
    19 #define ____H_USBWEBCAMINTERFACE
     18#ifndef MAIN_INCLUDED_UsbWebcamInterface_h
     19#define MAIN_INCLUDED_UsbWebcamInterface_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6666};
    6767
    68 #endif /* !____H_USBWEBCAMINTERFACE */
     68#endif /* !MAIN_INCLUDED_UsbWebcamInterface_h */
    6969/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VFSExplorerImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VFSEXPLORERIMPL
    19 #define ____H_VFSEXPLORERIMPL
     18#ifndef MAIN_INCLUDED_VFSExplorerImpl_h
     19#define MAIN_INCLUDED_VFSExplorerImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8585};
    8686
    87 #endif /* !____H_VFSEXPLORERIMPL */
     87#endif /* !MAIN_INCLUDED_VFSExplorerImpl_h */
    8888
  • trunk/src/VBox/Main/include/VMMDev.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VMMDEV
    19 #define ____H_VMMDEV
     18#ifndef MAIN_INCLUDED_VMMDev_h
     19#define MAIN_INCLUDED_VMMDev_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    101101};
    102102
    103 #endif // !____H_VMMDEV
     103#endif /* !MAIN_INCLUDED_VMMDev_h */
    104104/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VRDEServerImpl.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_VRDPSERVER
    21 #define ____H_VRDPSERVER
     20#ifndef MAIN_INCLUDED_VRDEServerImpl_h
     21#define MAIN_INCLUDED_VRDEServerImpl_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    8585};
    8686
    87 #endif // ____H_VRDPSERVER
     87#endif /* !MAIN_INCLUDED_VRDEServerImpl_h */
    8888/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VIRTUALBOXBASEIMPL
    19 #define ____H_VIRTUALBOXBASEIMPL
     18#ifndef MAIN_INCLUDED_VirtualBoxBase_h
     19#define MAIN_INCLUDED_VirtualBoxBase_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    11181118};
    11191119
    1120 #endif // !____H_VIRTUALBOXBASEIMPL
    1121 
     1120#endif /* !MAIN_INCLUDED_VirtualBoxBase_h */
     1121
  • trunk/src/VBox/Main/include/VirtualBoxClientImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VIRTUALBOXCLIENTIMPL
    19 #define ____H_VIRTUALBOXCLIENTIMPL
     18#ifndef MAIN_INCLUDED_VirtualBoxClientImpl_h
     19#define MAIN_INCLUDED_VirtualBoxClientImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    112112};
    113113
    114 #endif
     114#endif /* !MAIN_INCLUDED_VirtualBoxClientImpl_h */
    115115/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VIRTUALBOXERRORINFOIMPL
    19 #define ____H_VIRTUALBOXERRORINFOIMPL
     18#ifndef MAIN_INCLUDED_VirtualBoxErrorInfoImpl_h
     19#define MAIN_INCLUDED_VirtualBoxErrorInfoImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    160160};
    161161
    162 #endif // !____H_VIRTUALBOXERRORINFOIMPL
     162#endif /* !MAIN_INCLUDED_VirtualBoxErrorInfoImpl_h */
    163163
    164164/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VIRTUALBOXIMPL
    19 #define ____H_VIRTUALBOXIMPL
     18#ifndef MAIN_INCLUDED_VirtualBoxImpl_h
     19#define MAIN_INCLUDED_VirtualBoxImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    428428////////////////////////////////////////////////////////////////////////////////
    429429
    430 #endif // !____H_VIRTUALBOXIMPL
    431 
     430#endif /* !MAIN_INCLUDED_VirtualBoxImpl_h */
     431
  • trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_VIRTUALBOXSDSIMPL
    19 #define ____H_VIRTUALBOXSDSIMPL
     18#ifndef MAIN_INCLUDED_VirtualBoxSDSImpl_h
     19#define MAIN_INCLUDED_VirtualBoxSDSImpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    137137#endif
    138138
    139 #endif // !____H_VIRTUALBOXSDSIMPL
     139#endif /* !MAIN_INCLUDED_VirtualBoxSDSImpl_h */
    140140/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/WebMWriter.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____WEBMWRITER
    19 #define ____WEBMWRITER
     18#ifndef MAIN_INCLUDED_WebMWriter_h
     19#define MAIN_INCLUDED_WebMWriter_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    577577};
    578578
    579 #endif /* !____WEBMWRITER */
     579#endif /* !MAIN_INCLUDED_WebMWriter_h */
  • trunk/src/VBox/Main/include/Wrapper.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_WRAPPER
    19 #define ____H_WRAPPER
     18#ifndef MAIN_INCLUDED_Wrapper_h
     19#define MAIN_INCLUDED_Wrapper_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    491491};
    492492
    493 #endif // !____H_WRAPPER
     493#endif /* !MAIN_INCLUDED_Wrapper_h */
    494494/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/netif.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___netif_h
    19 #define ___netif_h
     18#ifndef MAIN_INCLUDED_netif_h
     19#define MAIN_INCLUDED_netif_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    126126}
    127127
    128 #endif  /* !___netif_h */
     128#endif /* !MAIN_INCLUDED_netif_h */
    129129/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/objectslist.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_OBJECTSLIST
    20 #define ____H_OBJECTSLIST
     19#ifndef MAIN_INCLUDED_objectslist_h
     20#define MAIN_INCLUDED_objectslist_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    212212};
    213213
    214 #endif
     214#endif /* !MAIN_INCLUDED_objectslist_h */
  • trunk/src/VBox/Main/include/ovfreader.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_OVFREADER
    21 #define ____H_OVFREADER
     20#ifndef MAIN_INCLUDED_ovfreader_h
     21#define MAIN_INCLUDED_ovfreader_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    685685} // end namespace ovf
    686686
    687 #endif // !____H_OVFREADER
    688 
     687#endif /* !MAIN_INCLUDED_ovfreader_h */
     688
  • trunk/src/VBox/Main/include/vbox-libhal.h

    r76553 r76562  
    1818 */
    1919
    20 #ifndef ____H_VBOX_LIBHAL
    21 #define ____H_VBOX_LIBHAL
     20#ifndef MAIN_INCLUDED_vbox_libhal_h
     21#define MAIN_INCLUDED_vbox_libhal_h
    2222#ifndef RT_WITHOUT_PRAGMA_ONCE
    2323# pragma once
     
    6767extern bool gLibHalCheckPresence(void);
    6868
    69 #endif /* ____H_VBOX_LIBHAL not defined */
     69#endif /* !MAIN_INCLUDED_vbox_libhal_h */
    7070/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/vector.h

    r76553 r76562  
    2525 */
    2626
    27 #ifndef MAIN_VECTOR_H
    28 #define MAIN_VECTOR_H
     27#ifndef MAIN_INCLUDED_vector_h
     28#define MAIN_INCLUDED_vector_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    352352         ++pIterator)
    353353
    354 #endif /* !MAIN_VECTOR_H */
     354#endif /* !MAIN_INCLUDED_vector_h */
  • trunk/src/VBox/Main/include/win/resource.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef __H_RESOURCEVBOXCOM
    20 #define __H_RESOURCEVBOXCOM
     19#ifndef MAIN_INCLUDED_win_resource_h
     20#define MAIN_INCLUDED_win_resource_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    3131
    3232
    33 #endif // __H_RESOURCEVBOXCOM
     33#endif /* !MAIN_INCLUDED_win_resource_h */
  • trunk/src/VBox/Main/src-all/win/VBoxAPIWrap-precomp_gcc.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___VBoxAPIWrap_precomp_gcc_h___
    19 #define ___VBoxAPIWrap_precomp_gcc_h___
     18#ifndef MAIN_INCLUDED_SRC_src_all_win_VBoxAPIWrap_precomp_gcc_h
     19#define MAIN_INCLUDED_SRC_src_all_win_VBoxAPIWrap_precomp_gcc_h
    2020
    2121#include <iprt/cdefs.h>
     
    4444#endif
    4545
    46 #endif
     46#endif /* !MAIN_INCLUDED_SRC_src_all_win_VBoxAPIWrap_precomp_gcc_h */
    4747
  • trunk/src/VBox/Main/src-server/HostDnsService.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___H_DNSHOSTSERVICE
    19 #define ___H_DNSHOSTSERVICE
     18#ifndef MAIN_INCLUDED_SRC_src_server_HostDnsService_h
     19#define MAIN_INCLUDED_SRC_src_server_HostDnsService_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    232232# endif
    233233
    234 #endif /* !___H_DNSHOSTSERVICE */
     234#endif /* !MAIN_INCLUDED_SRC_src_server_HostDnsService_h */
  • trunk/src/VBox/Main/src-server/darwin/iokit.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___darwin_iokit_h___
    19 #define ___darwin_iokit_h___
     18#ifndef MAIN_INCLUDED_SRC_src_server_darwin_iokit_h
     19#define MAIN_INCLUDED_SRC_src_server_darwin_iokit_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    8888RT_C_DECLS_END
    8989
    90 #endif
     90#endif /* !MAIN_INCLUDED_SRC_src_server_darwin_iokit_h */
  • trunk/src/VBox/Main/src-server/solaris/DynLoadLibSolaris.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_DYN_LOAD_LIB_SOLARIS
    19 #define ____H_DYN_LOAD_LIB_SOLARIS
     18#ifndef MAIN_INCLUDED_SRC_src_server_solaris_DynLoadLibSolaris_h
     19#define MAIN_INCLUDED_SRC_src_server_solaris_DynLoadLibSolaris_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3737extern bool VBoxSolarisLibDlpiFound(void);
    3838
    39 #endif /*  ____H_DYN_LOAD_LIB_SOLARIS */
     39#endif /* !MAIN_INCLUDED_SRC_src_server_solaris_DynLoadLibSolaris_h */
    4040
  • trunk/src/VBox/Main/src-server/win/svchlp.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ___VBox_svchlp_h___
    19 #define ___VBox_svchlp_h___
     18#ifndef MAIN_INCLUDED_SRC_src_server_win_svchlp_h
     19#define MAIN_INCLUDED_SRC_src_server_win_svchlp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    9494};
    9595
    96 #endif /* !___VBox_svchlp_h___ */
     96#endif /* !MAIN_INCLUDED_SRC_src_server_win_svchlp_h */
    9797
  • trunk/src/VBox/Main/src-server/xpcom/server.h

    r76553 r76562  
    1717 */
    1818
    19 #ifndef ____H_LINUX_SERVER
    20 #define ____H_LINUX_SERVER
     19#ifndef MAIN_INCLUDED_SRC_src_server_xpcom_server_h
     20#define MAIN_INCLUDED_SRC_src_server_xpcom_server_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    3838#define VBOXSVC_STARTUP_PIPE_NAME "vboxsvc:startup-pipe"
    3939
    40 #endif /* ____H_LINUX_SERVER */
     40#endif /* !MAIN_INCLUDED_SRC_src_server_xpcom_server_h */
  • trunk/src/VBox/Main/testcase/tstUSBLinux.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef ____H_TSTUSBLINUX
    19 #define ____H_TSTUSBLINUX
     18#ifndef MAIN_INCLUDED_SRC_testcase_tstUSBLinux_h
     19#define MAIN_INCLUDED_SRC_testcase_tstUSBLinux_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    6666};
    6767
    68 #endif /* !____H_TSTUSBLINUX */
     68#endif /* !MAIN_INCLUDED_SRC_testcase_tstUSBLinux_h */
    6969
  • trunk/src/VBox/Main/webservice/vboxweb.h

    r76553 r76562  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_webservice_vboxweb_h
    19 #define VBOX_INCLUDED_webservice_vboxweb_h
     18#ifndef MAIN_INCLUDED_SRC_webservice_vboxweb_h
     19#define MAIN_INCLUDED_SRC_webservice_vboxweb_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    363363}
    364364
    365 #endif
    366 
     365#endif /* !MAIN_INCLUDED_SRC_webservice_vboxweb_h */
     366
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