Changeset 76562 in vbox
- Timestamp:
- Jan 1, 2019 3:22:50 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127864
- Location:
- trunk/src/VBox/Main
- Files:
-
- 139 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/.scm-settings
r76553 r76562 35 35 /src-client/win/precomp_vcc.h: --no-fix-header-guards 36 36 /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 '' 37 41 38 42 # IDL and XML -
trunk/src/VBox/Main/include/AdditionsFacilityImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_ADDITIONSFACILITYIMPL19 #define ____H_ADDITIONSFACILITYIMPL18 #ifndef MAIN_INCLUDED_AdditionsFacilityImpl_h 19 #define MAIN_INCLUDED_AdditionsFacilityImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 97 97 }; 98 98 99 #endif / / ____H_ADDITIONSFACILITYIMPL99 #endif /* !MAIN_INCLUDED_AdditionsFacilityImpl_h */ 100 100 -
trunk/src/VBox/Main/include/ApplianceImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_APPLIANCEIMPL19 #define ____H_APPLIANCEIMPL18 #ifndef MAIN_INCLUDED_ApplianceImpl_h 19 #define MAIN_INCLUDED_ApplianceImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 332 332 }; 333 333 334 #endif / / !____H_APPLIANCEIMPL334 #endif /* !MAIN_INCLUDED_ApplianceImpl_h */ 335 335 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ApplianceImplPrivate.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_APPLIANCEIMPLPRIVATE19 #define ____H_APPLIANCEIMPLPRIVATE18 #ifndef MAIN_INCLUDED_ApplianceImplPrivate_h 19 #define MAIN_INCLUDED_ApplianceImplPrivate_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 512 512 513 513 514 #endif / / !____H_APPLIANCEIMPLPRIVATE515 514 #endif /* !MAIN_INCLUDED_ApplianceImplPrivate_h */ 515 -
trunk/src/VBox/Main/include/AudioAdapterImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_AUDIOADAPTER21 #define ____H_AUDIOADAPTER20 #ifndef MAIN_INCLUDED_AudioAdapterImpl_h 21 #define MAIN_INCLUDED_AudioAdapterImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 79 79 }; 80 80 81 #endif / / ____H_AUDIOADAPTER81 #endif /* !MAIN_INCLUDED_AudioAdapterImpl_h */ 82 82 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/AudioDriver.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_AUDIODRIVER19 #define ____H_AUDIODRIVER18 #ifndef MAIN_INCLUDED_AudioDriver_h 19 #define MAIN_INCLUDED_AudioDriver_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 112 112 }; 113 113 114 #endif /* ! ____H_AUDIODRIVER*/114 #endif /* !MAIN_INCLUDED_AudioDriver_h */ 115 115 -
trunk/src/VBox/Main/include/AuthLibrary.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_AUTHLIBRARY19 #define ____H_AUTHLIBRARY18 #ifndef MAIN_INCLUDED_AuthLibrary_h 19 #define MAIN_INCLUDED_AuthLibrary_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 42 42 void AuthLibDisconnect(const AUTHLIBRARYCONTEXT *pAuthLibCtx, PCRTUUID pUuid, uint32_t u32ClientId); 43 43 44 #endif /* !____H_AUTHLIBRARY*/44 #endif /* !MAIN_INCLUDED_AuthLibrary_h */ -
trunk/src/VBox/Main/include/AutoCaller.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_AUTOCALLER20 #define ____H_AUTOCALLER19 #ifndef MAIN_INCLUDED_AutoCaller_h 20 #define MAIN_INCLUDED_AutoCaller_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 504 504 }; 505 505 506 #endif / / !____H_AUTOCALLER506 #endif /* !MAIN_INCLUDED_AutoCaller_h */ -
trunk/src/VBox/Main/include/AutoStateDep.h
r76553 r76562 1 1 /* $Id$ */ 2 #ifndef ____H_AUTOSTATEDEP 3 #define ____H_AUTOSTATEDEP 2 3 #ifndef MAIN_INCLUDED_AutoStateDep_h 4 #define MAIN_INCLUDED_AutoStateDep_h 4 5 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 6 # pragma once … … 200 201 typedef AutoStateDependency<Machine::MutableOrSavedOrRunningStateDep> AutoMutableOrSavedOrRunningStateDependency; 201 202 202 #endif / / ____H_AUTOSTATEDEP203 203 #endif /* !MAIN_INCLUDED_AutoStateDep_h */ 204 -
trunk/src/VBox/Main/include/AutostartDb.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ___autostart_h19 #define ___autostart_h18 #ifndef MAIN_INCLUDED_AutostartDb_h 19 #define MAIN_INCLUDED_AutostartDb_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 96 96 }; 97 97 98 #endif /* !___autostart_h */98 #endif /* !MAIN_INCLUDED_AutostartDb_h */ 99 99 -
trunk/src/VBox/Main/include/BIOSSettingsImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_BIOSSETTINGS21 #define ____H_BIOSSETTINGS20 #ifndef MAIN_INCLUDED_BIOSSettingsImpl_h 21 #define MAIN_INCLUDED_BIOSSettingsImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 87 87 }; 88 88 89 #endif / / ____H_BIOSSETTINGS89 #endif /* !MAIN_INCLUDED_BIOSSettingsImpl_h */ 90 90 91 91 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/BandwidthControlImpl.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_BANDWIDTHCONTROLIMPL20 #define ____H_BANDWIDTHCONTROLIMPL19 #ifndef MAIN_INCLUDED_BandwidthControlImpl_h 20 #define MAIN_INCLUDED_BandwidthControlImpl_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 98 98 }; 99 99 100 #endif / / ____H_BANDWIDTHCONTROLIMPL100 #endif /* !MAIN_INCLUDED_BandwidthControlImpl_h */ 101 101 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/BandwidthGroupImpl.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_BANDWIDTHGROUPIMPL20 #define ____H_BANDWIDTHGROUPIMPL19 #ifndef MAIN_INCLUDED_BandwidthGroupImpl_h 20 #define MAIN_INCLUDED_BandwidthGroupImpl_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 102 102 }; 103 103 104 #endif / / ____H_BANDWIDTHGROUPIMPL104 #endif /* !MAIN_INCLUDED_BandwidthGroupImpl_h */ 105 105 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/BusAssignmentManager.h
r76553 r76562 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 #ifndef ___H_BUSASSIGNMENTMANAGER 18 #define ___H_BUSASSIGNMENTMANAGER 17 18 #ifndef MAIN_INCLUDED_BusAssignmentManager_h 19 #define MAIN_INCLUDED_BusAssignmentManager_h 19 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 21 # pragma once … … 77 78 }; 78 79 79 #endif / / __BusAssignmentManager_h80 #endif /* !MAIN_INCLUDED_BusAssignmentManager_h */ -
trunk/src/VBox/Main/include/CertificateImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_CERTIFICATEIMPL19 #define ____H_CERTIFICATEIMPL18 #ifndef MAIN_INCLUDED_CertificateImpl_h 19 #define MAIN_INCLUDED_CertificateImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 99 99 }; 100 100 101 #endif / / !____H_CERTIFICATEIMPL101 #endif /* !MAIN_INCLUDED_CertificateImpl_h */ 102 102 -
trunk/src/VBox/Main/include/ClientToken.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_CLIENTTOKEN21 #define ____H_CLIENTTOKEN20 #ifndef MAIN_INCLUDED_ClientToken_h 21 #define MAIN_INCLUDED_ClientToken_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 105 105 }; 106 106 107 #endif /* ! ____H_CLIENTTOKEN*/107 #endif /* !MAIN_INCLUDED_ClientToken_h */ 108 108 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ClientTokenHolder.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_CLIENTTOKENHOLDER21 #define ____H_CLIENTTOKENHOLDER20 #ifndef MAIN_INCLUDED_ClientTokenHolder_h 21 #define MAIN_INCLUDED_ClientTokenHolder_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 99 99 }; 100 100 101 #endif /* ! ____H_CLIENTTOKENHOLDER*/101 #endif /* !MAIN_INCLUDED_ClientTokenHolder_h */ 102 102 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ClientWatcher.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_CLIENTWATCHER19 #define ____H_CLIENTWATCHER18 #ifndef MAIN_INCLUDED_ClientWatcher_h 19 #define MAIN_INCLUDED_ClientWatcher_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 133 133 }; 134 134 135 #endif /* ! ____H_CLIENTWATCHER*/135 #endif /* !MAIN_INCLUDED_ClientWatcher_h */ 136 136 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/CloudProviderManagerImpl.h
r76553 r76562 16 16 */ 17 17 18 19 #ifndef ____H_CLOUDPROVIDERMANAGERIMPL 20 #define ____H_CLOUDPROVIDERMANAGERIMPL 18 #ifndef MAIN_INCLUDED_CloudProviderManagerImpl_h 19 #define MAIN_INCLUDED_CloudProviderManagerImpl_h 21 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 21 # pragma once … … 66 65 }; 67 66 68 #endif / / !____H_CLOUDPROVIDERMANAGERIMPL67 #endif /* !MAIN_INCLUDED_CloudProviderManagerImpl_h */ 69 68 70 69 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ConsoleImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_CONSOLEIMPL19 #define ____H_CONSOLEIMPL18 #ifndef MAIN_INCLUDED_ConsoleImpl_h 19 #define MAIN_INCLUDED_ConsoleImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1069 1069 }; 1070 1070 1071 #endif / / !____H_CONSOLEIMPL1071 #endif /* !MAIN_INCLUDED_ConsoleImpl_h */ 1072 1072 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_CONSOLEVRDPSERVER19 #define ____H_CONSOLEVRDPSERVER18 #ifndef MAIN_INCLUDED_ConsoleVRDPServer_h 19 #define MAIN_INCLUDED_ConsoleVRDPServer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 411 411 }; 412 412 413 #endif / / ____H_CONSOLEVRDPSERVER413 #endif /* !MAIN_INCLUDED_ConsoleVRDPServer_h */ 414 414 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/DHCPServerImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_DHCPSERVERIMPL19 #define ____H_DHCPSERVERIMPL18 #ifndef MAIN_INCLUDED_DHCPServerImpl_h 19 #define MAIN_INCLUDED_DHCPServerImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 142 142 }; 143 143 144 #endif / / ____H_H_DHCPSERVERIMPL144 #endif /* !MAIN_INCLUDED_DHCPServerImpl_h */ -
trunk/src/VBox/Main/include/DataStreamImpl.h
r76553 r76562 16 16 */ 17 17 18 19 #ifndef ____H_DATASTREAMIMPL 20 #define ____H_DATASTREAMIMPL 18 #ifndef MAIN_INCLUDED_DataStreamImpl_h 19 #define MAIN_INCLUDED_DataStreamImpl_h 21 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 21 # pragma once … … 65 64 }; 66 65 67 #endif / / !____H_DATASTREAMIMPL66 #endif /* !MAIN_INCLUDED_DataStreamImpl_h */ 68 67 69 68 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/DisplayImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_DISPLAYIMPL19 #define ____H_DISPLAYIMPL18 #ifndef MAIN_INCLUDED_DisplayImpl_h 19 #define MAIN_INCLUDED_DisplayImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 638 638 }; 639 639 640 #endif / / !____H_DISPLAYIMPL640 #endif /* !MAIN_INCLUDED_DisplayImpl_h */ 641 641 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/DisplayUtils.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_DISPLAYUTILS19 #define ____H_DISPLAYUTILS18 #ifndef MAIN_INCLUDED_DisplayUtils_h 19 #define MAIN_INCLUDED_DisplayUtils_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 40 40 void freeSavedDisplayScreenshot(uint8_t *pu8Data); 41 41 42 #endif 42 #endif /* !MAIN_INCLUDED_DisplayUtils_h */ 43 43 -
trunk/src/VBox/Main/include/DrvAudioRec.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_DRVAUDIORECORDING19 #define ____H_DRVAUDIORECORDING18 #ifndef MAIN_INCLUDED_DrvAudioRec_h 19 #define MAIN_INCLUDED_DrvAudioRec_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif /* ! ____H_DRVAUDIORECORDING*/69 #endif /* !MAIN_INCLUDED_DrvAudioRec_h */ 70 70 -
trunk/src/VBox/Main/include/DrvAudioVRDE.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_DRVAUDIOVRDE19 #define ____H_DRVAUDIOVRDE18 #ifndef MAIN_INCLUDED_DrvAudioVRDE_h 19 #define MAIN_INCLUDED_DrvAudioVRDE_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* ! ____H_DRVAUDIOVRDE*/75 #endif /* !MAIN_INCLUDED_DrvAudioVRDE_h */ 76 76 -
trunk/src/VBox/Main/include/EBMLWriter.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_EBMLWRITER19 #define ____H_EBMLWRITER18 #ifndef MAIN_INCLUDED_EBMLWriter_h 19 #define MAIN_INCLUDED_EBMLWriter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 138 138 }; 139 139 140 #endif 140 #endif /* !MAIN_INCLUDED_EBMLWriter_h */ 141 141 -
trunk/src/VBox/Main/include/EBML_MKV.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_EBMLMKV19 #define ____H_EBMLMKV18 #ifndef MAIN_INCLUDED_EBML_MKV_h 19 #define MAIN_INCLUDED_EBML_MKV_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 93 93 }; 94 94 95 #endif 95 #endif /* !MAIN_INCLUDED_EBML_MKV_h */ 96 96 -
trunk/src/VBox/Main/include/EmulatedUSBImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_EMULATEDUSBIMPL19 #define ____H_EMULATEDUSBIMPL18 #ifndef MAIN_INCLUDED_EmulatedUSBImpl_h 19 #define MAIN_INCLUDED_EmulatedUSBImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 82 82 }; 83 83 84 #endif 84 #endif /* !MAIN_INCLUDED_EmulatedUSBImpl_h */ 85 85 86 86 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/EventImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_EVENTIMPL19 #define ____H_EVENTIMPL18 #ifndef MAIN_INCLUDED_EventImpl_h 19 #define MAIN_INCLUDED_EventImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 180 180 181 181 182 #endif / / ____H_EVENTIMPL182 #endif /* !MAIN_INCLUDED_EventImpl_h */ -
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_EXTPACKMANAGERIMPL19 #define ____H_EXTPACKMANAGERIMPL18 #ifndef MAIN_INCLUDED_ExtPackManagerImpl_h 19 #define MAIN_INCLUDED_ExtPackManagerImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 287 287 }; 288 288 289 #endif 289 #endif /* !MAIN_INCLUDED_ExtPackManagerImpl_h */ 290 290 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ExtPackUtil.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_EXTPACKUTIL19 #define ____H_EXTPACKUTIL18 #ifndef MAIN_INCLUDED_ExtPackUtil_h 19 #define MAIN_INCLUDED_ExtPackUtil_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 143 143 #endif /* __cplusplus */ 144 144 145 #endif 145 #endif /* !MAIN_INCLUDED_ExtPackUtil_h */ 146 146 -
trunk/src/VBox/Main/include/Global.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GLOBAL19 #define ____H_GLOBAL18 #ifndef MAIN_INCLUDED_Global_h 19 #define MAIN_INCLUDED_Global_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 193 193 }; 194 194 195 #endif /* ! ____H_GLOBAL*/195 #endif /* !MAIN_INCLUDED_Global_h */ 196 196 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTIMPLPRIVATE19 #define ____H_GUESTIMPLPRIVATE18 #ifndef MAIN_INCLUDED_GuestCtrlImplPrivate_h 19 #define MAIN_INCLUDED_GuestCtrlImplPrivate_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1212 1212 /** @} */ 1213 1213 }; 1214 #endif / / !____H_GUESTIMPLPRIVATE1215 1214 #endif /* !MAIN_INCLUDED_GuestCtrlImplPrivate_h */ 1215 -
trunk/src/VBox/Main/include/GuestDirectoryImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTDIRECTORYIMPL19 #define ____H_GUESTDIRECTORYIMPL18 #ifndef MAIN_INCLUDED_GuestDirectoryImpl_h 19 #define MAIN_INCLUDED_GuestDirectoryImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 87 87 }; 88 88 89 #endif /* ! ____H_GUESTDIRECTORYIMPL*/89 #endif /* !MAIN_INCLUDED_GuestDirectoryImpl_h */ 90 90 -
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_GUESTDNDPRIVATE20 #define ____H_GUESTDNDPRIVATE19 #ifndef MAIN_INCLUDED_GuestDnDPrivate_h 20 #define MAIN_INCLUDED_GuestDnDPrivate_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 1196 1196 } mDataBase; 1197 1197 }; 1198 #endif /* ____H_GUESTDNDPRIVATE*/1199 1198 #endif /* !MAIN_INCLUDED_GuestDnDPrivate_h */ 1199 -
trunk/src/VBox/Main/include/GuestDnDSourceImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTDNDSOURCEIMPL19 #define ____H_GUESTDNDSOURCEIMPL18 #ifndef MAIN_INCLUDED_GuestDnDSourceImpl_h 19 #define MAIN_INCLUDED_GuestDnDSourceImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 118 118 }; 119 119 120 #endif /* ! ____H_GUESTDNDSOURCEIMPL*/120 #endif /* !MAIN_INCLUDED_GuestDnDSourceImpl_h */ 121 121 -
trunk/src/VBox/Main/include/GuestDnDTargetImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTDNDTARGETIMPL19 #define ____H_GUESTDNDTARGETIMPL18 #ifndef MAIN_INCLUDED_GuestDnDTargetImpl_h 19 #define MAIN_INCLUDED_GuestDnDTargetImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 110 110 }; 111 111 112 #endif /* ! ____H_GUESTDNDTARGETIMPL*/112 #endif /* !MAIN_INCLUDED_GuestDnDTargetImpl_h */ 113 113 -
trunk/src/VBox/Main/include/GuestFileImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTFILEIMPL19 #define ____H_GUESTFILEIMPL18 #ifndef MAIN_INCLUDED_GuestFileImpl_h 19 #define MAIN_INCLUDED_GuestFileImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 137 137 }; 138 138 139 #endif /* ! ____H_GUESTFILEIMPL*/139 #endif /* !MAIN_INCLUDED_GuestFileImpl_h */ 140 140 -
trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTFSOBJINFOIMPL19 #define ____H_GUESTFSOBJINFOIMPL18 #ifndef MAIN_INCLUDED_GuestFsObjInfoImpl_h 19 #define MAIN_INCLUDED_GuestFsObjInfoImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ____H_GUESTFSOBJINFOIMPL*/74 #endif /* !MAIN_INCLUDED_GuestFsObjInfoImpl_h */ 75 75 -
trunk/src/VBox/Main/include/GuestImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTIMPL19 #define ____H_GUESTIMPL18 #ifndef MAIN_INCLUDED_GuestImpl_h 19 #define MAIN_INCLUDED_GuestImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 248 248 #define GUEST_MAGIC 0xCEED2006u /** @todo r=andy Not very well defined!? */ 249 249 250 #endif / / ____H_GUESTIMPL251 250 #endif /* !MAIN_INCLUDED_GuestImpl_h */ 251 -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_GUESTOSTYPEIMPL20 #define ____H_GUESTOSTYPEIMPL19 #ifndef MAIN_INCLUDED_GuestOSTypeImpl_h 20 #define MAIN_INCLUDED_GuestOSTypeImpl_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 110 110 }; 111 111 112 #endif / / ____H_GUESTOSTYPEIMPL112 #endif /* !MAIN_INCLUDED_GuestOSTypeImpl_h */ 113 113 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/GuestProcessImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTPROCESSIMPL19 #define ____H_GUESTPROCESSIMPL18 #ifndef MAIN_INCLUDED_GuestProcessImpl_h 19 #define MAIN_INCLUDED_GuestProcessImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 277 277 }; 278 278 279 #endif /* ! ____H_GUESTPROCESSIMPL*/280 279 #endif /* !MAIN_INCLUDED_GuestProcessImpl_h */ 280 -
trunk/src/VBox/Main/include/GuestSessionImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTSESSIONIMPL19 #define ____H_GUESTSESSIONIMPL18 #ifndef MAIN_INCLUDED_GuestSessionImpl_h 19 #define MAIN_INCLUDED_GuestSessionImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 429 429 }; 430 430 431 #endif /* ! ____H_GUESTSESSIONIMPL*/432 431 #endif /* !MAIN_INCLUDED_GuestSessionImpl_h */ 432 -
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_GUESTSESSIONIMPLTASKS19 #define ____H_GUESTSESSIONIMPLTASKS18 #ifndef MAIN_INCLUDED_GuestSessionImplTasks_h 19 #define MAIN_INCLUDED_GuestSessionImplTasks_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 378 378 uint32_t mFlags; 379 379 }; 380 #endif /* ! ____H_GUESTSESSIONIMPLTASKS*/380 #endif /* !MAIN_INCLUDED_GuestSessionImplTasks_h */ -
trunk/src/VBox/Main/include/HGCM.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HGCM19 #define ____H_HGCM18 #ifndef MAIN_INCLUDED_HGCM_h 19 #define MAIN_INCLUDED_HGCM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 62 62 RT_C_DECLS_END 63 63 64 #endif 64 #endif /* !MAIN_INCLUDED_HGCM_h */ 65 65 -
trunk/src/VBox/Main/include/HGCMObjects.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HGCMOBJECTS19 #define ____H_HGCMOBJECTS18 #ifndef MAIN_INCLUDED_HGCMObjects_h 19 #define MAIN_INCLUDED_HGCMObjects_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 126 126 127 127 128 #endif 128 #endif /* !MAIN_INCLUDED_HGCMObjects_h */ -
trunk/src/VBox/Main/include/HGCMThread.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HGCMTHREAD19 #define ____H_HGCMTHREAD18 #ifndef MAIN_INCLUDED_HGCMThread_h 19 #define MAIN_INCLUDED_HGCMThread_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 223 223 224 224 225 #endif 226 225 #endif /* !MAIN_INCLUDED_HGCMThread_h */ 226 -
trunk/src/VBox/Main/include/HashedPw.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HASHEDPW19 #define ____H_HASHEDPW18 #ifndef MAIN_INCLUDED_HashedPw_h 19 #define MAIN_INCLUDED_HashedPw_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 27 27 void VBoxHashPassword(RTCString *a_pstrPassword); 28 28 29 #endif 29 #endif /* !MAIN_INCLUDED_HashedPw_h */ 30 30 -
trunk/src/VBox/Main/include/HostHardwareLinux.h
r76553 r76562 19 19 */ 20 20 21 #ifndef ____H_HOSTHARDWARELINUX22 #define ____H_HOSTHARDWARELINUX21 #ifndef MAIN_INCLUDED_HostHardwareLinux_h 22 #define MAIN_INCLUDED_HostHardwareLinux_h 23 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 24 # pragma once … … 175 175 }; 176 176 177 #endif /* ____H_HOSTHARDWARELINUX*/177 #endif /* !MAIN_INCLUDED_HostHardwareLinux_h */ 178 178 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/HostImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HOSTIMPL19 #define ____H_HOSTIMPL18 #ifndef MAIN_INCLUDED_HostImpl_h 19 #define MAIN_INCLUDED_HostImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 188 188 }; 189 189 190 #endif / / !____H_HOSTIMPL190 #endif /* !MAIN_INCLUDED_HostImpl_h */ 191 191 -
trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_HOSTNETWORKINTERFACEIMPL21 #define ____H_HOSTNETWORKINTERFACEIMPL20 #ifndef MAIN_INCLUDED_HostNetworkInterfaceImpl_h 21 #define MAIN_INCLUDED_HostNetworkInterfaceImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 119 119 typedef std::list<ComObjPtr<HostNetworkInterface> > HostNetworkInterfaceList; 120 120 121 #endif / / ____H_H_HOSTNETWORKINTERFACEIMPL121 #endif /* !MAIN_INCLUDED_HostNetworkInterfaceImpl_h */ 122 122 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/HostPower.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_HOSTPOWER20 #define ____H_HOSTPOWER19 #ifndef MAIN_INCLUDED_HostPower_h 20 #define MAIN_INCLUDED_HostPower_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 123 123 # endif 124 124 125 #endif /* ! ____H_HOSTPOWER*/125 #endif /* !MAIN_INCLUDED_HostPower_h */ 126 126 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/HostUSBDeviceImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HOSTUSBDEVICEIMPL19 #define ____H_HOSTUSBDEVICEIMPL18 #ifndef MAIN_INCLUDED_HostUSBDeviceImpl_h 19 #define MAIN_INCLUDED_HostUSBDeviceImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 314 314 }; 315 315 316 #endif / / ____H_HOSTUSBDEVICEIMPL316 #endif /* !MAIN_INCLUDED_HostUSBDeviceImpl_h */ 317 317 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/HostVideoInputDeviceImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_HOSTVIDEOINPUTDEVICEIMPL19 #define ____H_HOSTVIDEOINPUTDEVICEIMPL18 #ifndef MAIN_INCLUDED_HostVideoInputDeviceImpl_h 19 #define MAIN_INCLUDED_HostVideoInputDeviceImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 68 68 }; 69 69 70 #endif 70 #endif /* !MAIN_INCLUDED_HostVideoInputDeviceImpl_h */ 71 71 72 72 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/KeyboardImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_KEYBOARDIMPL19 #define ____H_KEYBOARDIMPL18 #ifndef MAIN_INCLUDED_KeyboardImpl_h 19 #define MAIN_INCLUDED_KeyboardImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 96 96 }; 97 97 98 #endif / / !____H_KEYBOARDIMPL98 #endif /* !MAIN_INCLUDED_KeyboardImpl_h */ 99 99 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/Logging.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_LOGGING19 #define ____H_LOGGING18 #ifndef MAIN_INCLUDED_Logging_h 19 #define MAIN_INCLUDED_Logging_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 60 60 #include <VBox/log.h> 61 61 62 #endif / / !____H_LOGGING62 #endif /* !MAIN_INCLUDED_Logging_h */ 63 63 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/LoggingNew.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_LOGGINGNEW19 #define ____H_LOGGINGNEW18 #ifndef MAIN_INCLUDED_LoggingNew_h 19 #define MAIN_INCLUDED_LoggingNew_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once 22 22 #endif 23 23 24 #ifdef ____H_LOGGING24 #ifdef MAIN_INCLUDED_Logging_h 25 25 # error "You must include LoggingNew.h as the first include!" 26 26 #endif 27 #define ____H_LOGGING/* Prevent Logging.h from being included. */27 #define MAIN_INCLUDED_Logging_h /* Prevent Logging.h from being included. */ 28 28 29 29 #ifndef LOG_GROUP … … 37 37 #include <VBox/log.h> 38 38 39 #endif / / !____H_LOGGINGNEW39 #endif /* !MAIN_INCLUDED_LoggingNew_h */ 40 40 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ 41 41 -
trunk/src/VBox/Main/include/MachineDebuggerImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MACHINEDEBUGGER19 #define ____H_MACHINEDEBUGGER18 #ifndef MAIN_INCLUDED_MachineDebuggerImpl_h 19 #define MAIN_INCLUDED_MachineDebuggerImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 161 161 }; 162 162 163 #endif /* ! ____H_MACHINEDEBUGGER*/163 #endif /* !MAIN_INCLUDED_MachineDebuggerImpl_h */ 164 164 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MachineImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MACHINEIMPL19 #define ____H_MACHINEIMPL18 #ifndef MAIN_INCLUDED_MachineImpl_h 19 #define MAIN_INCLUDED_MachineImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1590 1590 1591 1591 1592 #endif / / ____H_MACHINEIMPL1592 #endif /* !MAIN_INCLUDED_MachineImpl_h */ 1593 1593 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MachineImplCloneVM.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MACHINEIMPLCLONEVM19 #define ____H_MACHINEIMPLCLONEVM18 #ifndef MAIN_INCLUDED_MachineImplCloneVM_h 19 #define MAIN_INCLUDED_MachineImplCloneVM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 47 47 }; 48 48 49 #endif / / ____H_MACHINEIMPLCLONEVM49 #endif /* !MAIN_INCLUDED_MachineImplCloneVM_h */ 50 50 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ 51 51 -
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MACHINEIMPLMOVEVM19 #define ____H_MACHINEIMPLMOVEVM18 #ifndef MAIN_INCLUDED_MachineImplMoveVM_h 19 #define MAIN_INCLUDED_MachineImplMoveVM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 141 141 }; 142 142 143 #endif / / ____H_MACHINEIMPLMOVEVM143 #endif /* !MAIN_INCLUDED_MachineImplMoveVM_h */ 144 144 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ 145 145 -
trunk/src/VBox/Main/include/Matching.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_MATCHING20 #define ____H_MATCHING19 #ifndef MAIN_INCLUDED_Matching_h 20 #define MAIN_INCLUDED_Matching_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 527 527 } /* namespace matching */ 528 528 529 #endif / / !____H_MATCHING529 #endif /* !MAIN_INCLUDED_Matching_h */ 530 530 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MediumAttachmentImpl.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_MEDIUMATTACHMENTIMPL20 #define ____H_MEDIUMATTACHMENTIMPL19 #ifndef MAIN_INCLUDED_MediumAttachmentImpl_h 20 #define MAIN_INCLUDED_MediumAttachmentImpl_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 132 132 }; 133 133 134 #endif / / !____H_MEDIUMATTACHMENTIMPL134 #endif /* !MAIN_INCLUDED_MediumAttachmentImpl_h */ 135 135 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MediumFormatImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MEDIUMFORMATIMPL19 #define ____H_MEDIUMFORMATIMPL18 #ifndef MAIN_INCLUDED_MediumFormatImpl_h 19 #define MAIN_INCLUDED_MediumFormatImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 111 111 }; 112 112 113 #endif 113 #endif /* !MAIN_INCLUDED_MediumFormatImpl_h */ 114 114 115 115 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MediumIOImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MEDIUMIOIMPL19 #define ____H_MEDIUMIOIMPL18 #ifndef MAIN_INCLUDED_MediumIOImpl_h 19 #define MAIN_INCLUDED_MediumIOImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 78 78 }; 79 79 80 #endif 80 #endif /* !MAIN_INCLUDED_MediumIOImpl_h */ 81 81 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ 82 82 -
trunk/src/VBox/Main/include/MediumImpl.h
r76553 r76562 16 16 */ 17 17 18 19 #ifndef ____H_MEDIUMIMPL 20 #define ____H_MEDIUMIMPL 18 #ifndef MAIN_INCLUDED_MediumImpl_h 19 #define MAIN_INCLUDED_MediumImpl_h 21 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 21 # pragma once … … 466 465 467 466 468 #endif /* ! ____H_MEDIUMIMPL*/469 467 #endif /* !MAIN_INCLUDED_MediumImpl_h */ 468 -
trunk/src/VBox/Main/include/MediumLock.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_MEDIUMLOCK21 #define ____H_MEDIUMLOCK20 #ifndef MAIN_INCLUDED_MediumLock_h 21 #define MAIN_INCLUDED_MediumLock_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 338 338 }; 339 339 340 #endif /* ! ____H_MEDIUMLOCK*/340 #endif /* !MAIN_INCLUDED_MediumLock_h */ 341 341 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MouseImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_MOUSEIMPL19 #define ____H_MOUSEIMPL18 #ifndef MAIN_INCLUDED_MouseImpl_h 19 #define MAIN_INCLUDED_MouseImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 156 156 }; 157 157 158 #endif / / !____H_MOUSEIMPL158 #endif /* !MAIN_INCLUDED_MouseImpl_h */ 159 159 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/NATEngineImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_NATENGINE21 #define ____H_NATENGINE20 #ifndef MAIN_INCLUDED_NATEngineImpl_h 21 #define MAIN_INCLUDED_NATEngineImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 110 110 INetworkAdapter * const mAdapter; 111 111 }; 112 #endif 112 #endif /* !MAIN_INCLUDED_NATEngineImpl_h */ -
trunk/src/VBox/Main/include/NATNetworkImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_NATNETWORKIMPL19 #define ____H_NATNETWORKIMPL18 #ifndef MAIN_INCLUDED_NATNetworkImpl_h 19 #define MAIN_INCLUDED_NATNetworkImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 129 129 }; 130 130 131 #endif / / !____H_H_NATNETWORKIMPL131 #endif /* !MAIN_INCLUDED_NATNetworkImpl_h */ -
trunk/src/VBox/Main/include/NetworkAdapterImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_NETWORKADAPTER19 #define ____H_NETWORKADAPTER18 #ifndef MAIN_INCLUDED_NetworkAdapterImpl_h 19 #define MAIN_INCLUDED_NetworkAdapterImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 124 124 }; 125 125 126 #endif / / ____H_NETWORKADAPTER126 #endif /* !MAIN_INCLUDED_NetworkAdapterImpl_h */ 127 127 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/NetworkServiceRunner.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_NETWORKSERVICERUNNER19 #define ____H_NETWORKSERVICERUNNER18 #ifndef MAIN_INCLUDED_NetworkServiceRunner_h 19 #define MAIN_INCLUDED_NetworkServiceRunner_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 63 63 }; 64 64 65 #endif 65 #endif /* !MAIN_INCLUDED_NetworkServiceRunner_h */ 66 66 -
trunk/src/VBox/Main/include/Nvram.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_NVRAM20 #define ____H_NVRAM19 #ifndef MAIN_INCLUDED_Nvram_h 20 #define MAIN_INCLUDED_Nvram_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 51 51 }; 52 52 53 #endif /* ! ____H_NVRAM*/53 #endif /* !MAIN_INCLUDED_Nvram_h */ 54 54 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ObjectState.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_OBJECTSTATE20 #define ____H_OBJECTSTATE19 #ifndef MAIN_INCLUDED_ObjectState_h 20 #define MAIN_INCLUDED_ObjectState_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 138 138 }; 139 139 140 #endif / / !____H_OBJECTSTATE140 #endif /* !MAIN_INCLUDED_ObjectState_h */ -
trunk/src/VBox/Main/include/PCIDeviceAttachmentImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_PCIDEVICEATTACHMENTIMPL21 #define ____H_PCIDEVICEATTACHMENTIMPL20 #ifndef MAIN_INCLUDED_PCIDeviceAttachmentImpl_h 21 #define MAIN_INCLUDED_PCIDeviceAttachmentImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 67 67 }; 68 68 69 #endif / / ____H_PCIDEVICEATTACHMENTIMPL69 #endif /* !MAIN_INCLUDED_PCIDeviceAttachmentImpl_h */ -
trunk/src/VBox/Main/include/PCIRawDevImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_PCIRAWDEV19 #define ____H_PCIRAWDEV18 #ifndef MAIN_INCLUDED_PCIRawDevImpl_h 19 #define MAIN_INCLUDED_PCIRawDevImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 }; 55 55 56 #endif / / !____H_PCIRAWDEV56 #endif /* !MAIN_INCLUDED_PCIRawDevImpl_h */ -
trunk/src/VBox/Main/include/ParallelPortImpl.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_PARALLELPORTIMPL20 #define ____H_PARALLELPORTIMPL19 #ifndef MAIN_INCLUDED_ParallelPortImpl_h 20 #define MAIN_INCLUDED_ParallelPortImpl_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 74 74 }; 75 75 76 #endif / / ____H_PARALLELPORTIMPL76 #endif /* !MAIN_INCLUDED_ParallelPortImpl_h */ 77 77 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/Performance.h
r76553 r76562 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 #ifndef ___performance_h 18 #define ___performance_h 17 18 #ifndef MAIN_INCLUDED_Performance_h 19 #define MAIN_INCLUDED_Performance_h 19 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 21 # pragma once … … 901 902 }; 902 903 } 903 #endif /* ___performance_h */904 #endif /* !MAIN_INCLUDED_Performance_h */ 904 905 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/PerformanceImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_PERFORMANCEIMPL21 #define ____H_PERFORMANCEIMPL20 #ifndef MAIN_INCLUDED_PerformanceImpl_h 21 #define MAIN_INCLUDED_PerformanceImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 193 193 }; 194 194 195 #endif / /!____H_PERFORMANCEIMPL195 #endif /* !MAIN_INCLUDED_PerformanceImpl_h */ 196 196 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/ProgressImpl.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_PROGRESSIMPL20 #define ____H_PROGRESSIMPL19 #ifndef MAIN_INCLUDED_ProgressImpl_h 20 #define MAIN_INCLUDED_ProgressImpl_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 233 233 }; 234 234 235 #endif /* ____H_PROGRESSIMPL*/236 235 #endif /* !MAIN_INCLUDED_ProgressImpl_h */ 236 -
trunk/src/VBox/Main/include/ProgressProxyImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_PROGRESSPROXYIMPL19 #define ____H_PROGRESSPROXYIMPL18 #ifndef MAIN_INCLUDED_ProgressProxyImpl_h 19 #define MAIN_INCLUDED_ProgressProxyImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 117 117 }; 118 118 119 #endif /* ! ____H_PROGRESSPROXYIMPL*/119 #endif /* !MAIN_INCLUDED_ProgressProxyImpl_h */ 120 120 -
trunk/src/VBox/Main/include/QMTranslator.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_QMTRANSLATOR19 #define ____H_QMTRANSLATOR18 #ifndef MAIN_INCLUDED_QMTranslator_h 19 #define MAIN_INCLUDED_QMTranslator_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 57 57 }; 58 58 59 #endif /* ! ____H_QMTRANSLATOR*/59 #endif /* !MAIN_INCLUDED_QMTranslator_h */ 60 60 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/Recording.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_RECORDING19 #define ____H_RECORDING18 #ifndef MAIN_INCLUDED_Recording_h 19 #define MAIN_INCLUDED_Recording_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 138 138 RecordingBlockMap mapBlocksCommon; 139 139 }; 140 #endif /* ! ____H_RECORDING*/140 #endif /* !MAIN_INCLUDED_Recording_h */ 141 141 -
trunk/src/VBox/Main/include/RecordingInternals.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_RECORDINGINTERNALS19 #define ____H_RECORDINGINTERNALS18 #ifndef MAIN_INCLUDED_RecordingInternals_h 19 #define MAIN_INCLUDED_RecordingInternals_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 185 185 typedef std::list<RecordingBlock *> RecordingBlockList; 186 186 187 #endif 187 #endif /* !MAIN_INCLUDED_RecordingInternals_h */ 188 188 -
trunk/src/VBox/Main/include/RecordingScreenSettingsImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_RecordingScreenSettings21 #define ____H_RecordingScreenSettings20 #ifndef MAIN_INCLUDED_RecordingScreenSettingsImpl_h 21 #define MAIN_INCLUDED_RecordingScreenSettingsImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 120 120 }; 121 121 122 #endif / / ____H_RecordingScreenSettings122 #endif /* !MAIN_INCLUDED_RecordingScreenSettingsImpl_h */ 123 123 -
trunk/src/VBox/Main/include/RecordingSettingsImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_RecordSettings19 #define ____H_RecordSettings18 #ifndef MAIN_INCLUDED_RecordingSettingsImpl_h 19 #define MAIN_INCLUDED_RecordingSettingsImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 }; 89 89 90 #endif / / !____H_RecordSettings90 #endif /* !MAIN_INCLUDED_RecordingSettingsImpl_h */ 91 91 -
trunk/src/VBox/Main/include/RecordingStream.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_RECORDINGSTREAM19 #define ____H_RECORDINGSTREAM18 #ifndef MAIN_INCLUDED_RecordingStream_h 19 #define MAIN_INCLUDED_RecordingStream_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 219 219 typedef std::vector <RecordingStream *> RecordingStreams; 220 220 221 #endif 222 221 #endif /* !MAIN_INCLUDED_RecordingStream_h */ 222 -
trunk/src/VBox/Main/include/RecordingUtils.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_RECORDINGUTILS19 #define ____H_RECORDINGUTILS18 #ifndef MAIN_INCLUDED_RecordingUtils_h 19 #define MAIN_INCLUDED_RecordingUtils_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 205 205 uint8_t *paSrc, uint32_t uSrcWidth, uint32_t uSrcHeight); 206 206 207 #endif 208 207 #endif /* !MAIN_INCLUDED_RecordingUtils_h */ 208 -
trunk/src/VBox/Main/include/RemoteUSBBackend.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_REMOTEUSBBACKEND20 #define ____H_REMOTEUSBBACKEND19 #ifndef MAIN_INCLUDED_RemoteUSBBackend_h 20 #define MAIN_INCLUDED_RemoteUSBBackend_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 140 140 }; 141 141 142 #endif /* ____H_REMOTEUSBBACKEND*/142 #endif /* !MAIN_INCLUDED_RemoteUSBBackend_h */ 143 143 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h
r76553 r76562 19 19 */ 20 20 21 #ifndef ____H_REMOTEUSBDEVICEIMPL22 #define ____H_REMOTEUSBDEVICEIMPL21 #ifndef MAIN_INCLUDED_RemoteUSBDeviceImpl_h 22 #define MAIN_INCLUDED_RemoteUSBDeviceImpl_h 23 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 24 # pragma once … … 123 123 }; 124 124 125 #endif / / ____H_REMOTEUSBDEVICEIMPL125 #endif /* !MAIN_INCLUDED_RemoteUSBDeviceImpl_h */ 126 126 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/SecretKeyStore.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_SECRETKEYSTORE19 #define ____H_SECRETKEYSTORE18 #ifndef MAIN_INCLUDED_SecretKeyStore_h 19 #define MAIN_INCLUDED_SecretKeyStore_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 191 191 }; 192 192 193 #endif /* !____H_SECRETKEYSTORE*/193 #endif /* !MAIN_INCLUDED_SecretKeyStore_h */ -
trunk/src/VBox/Main/include/SerialPortImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_SERIALPORTIMPL21 #define ____H_SERIALPORTIMPL20 #ifndef MAIN_INCLUDED_SerialPortImpl_h 21 #define MAIN_INCLUDED_SerialPortImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 89 89 }; 90 90 91 #endif / / ____H_SERIALPORTIMPL91 #endif /* !MAIN_INCLUDED_SerialPortImpl_h */ 92 92 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/SessionImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_SESSIONIMPL19 #define ____H_SESSIONIMPL18 #ifndef MAIN_INCLUDED_SessionImpl_h 19 #define MAIN_INCLUDED_SessionImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 169 169 }; 170 170 171 #endif / / !____H_SESSIONIMPL171 #endif /* !MAIN_INCLUDED_SessionImpl_h */ 172 172 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/SharedFolderImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_SHAREDFOLDERIMPL19 #define ____H_SHAREDFOLDERIMPL18 #ifndef MAIN_INCLUDED_SharedFolderImpl_h 19 #define MAIN_INCLUDED_SharedFolderImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 116 116 }; 117 117 118 #endif / / !____H_SHAREDFOLDERIMPL118 #endif /* !MAIN_INCLUDED_SharedFolderImpl_h */ 119 119 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/SnapshotImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_SNAPSHOTIMPL19 #define ____H_SNAPSHOTIMPL18 #ifndef MAIN_INCLUDED_SnapshotImpl_h 19 #define MAIN_INCLUDED_SnapshotImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 129 129 }; 130 130 131 #endif / / ____H_SNAPSHOTIMPL131 #endif /* !MAIN_INCLUDED_SnapshotImpl_h */ 132 132 133 133 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/StorageControllerImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_STORAGECONTROLLERIMPL21 #define ____H_STORAGECONTROLLERIMPL20 #ifndef MAIN_INCLUDED_StorageControllerImpl_h 21 #define MAIN_INCLUDED_StorageControllerImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 94 94 }; 95 95 96 #endif / /!____H_STORAGECONTROLLERIMPL96 #endif /* !MAIN_INCLUDED_StorageControllerImpl_h */ 97 97 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/SystemPropertiesImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_SYSTEMPROPERTIESIMPL21 #define ____H_SYSTEMPROPERTIESIMPL20 #ifndef MAIN_INCLUDED_SystemPropertiesImpl_h 21 #define MAIN_INCLUDED_SystemPropertiesImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 160 160 }; 161 161 162 #endif / / ____H_SYSTEMPROPERTIESIMPL162 #endif /* !MAIN_INCLUDED_SystemPropertiesImpl_h */ 163 163 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/TextScript.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_TEXTSCRIPT19 #define ____H_TEXTSCRIPT18 #ifndef MAIN_INCLUDED_TextScript_h 19 #define MAIN_INCLUDED_TextScript_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 228 228 229 229 230 #endif / / !____H_TEXTSCRIPT231 230 #endif /* !MAIN_INCLUDED_TextScript_h */ 231 -
trunk/src/VBox/Main/include/ThreadTask.h
r76553 r76562 15 15 */ 16 16 17 #ifndef ____H_THREADTASK18 #define ____H_THREADTASK17 #ifndef MAIN_INCLUDED_ThreadTask_h 18 #define MAIN_INCLUDED_ThreadTask_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 65 65 }; 66 66 67 #endif 67 #endif /* !MAIN_INCLUDED_ThreadTask_h */ 68 68 -
trunk/src/VBox/Main/include/TokenImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_TOKENIMPL19 #define ____H_TOKENIMPL18 #ifndef MAIN_INCLUDED_TokenImpl_h 19 #define MAIN_INCLUDED_TokenImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 104 104 105 105 106 #endif 106 #endif /* !MAIN_INCLUDED_TokenImpl_h */ 107 107 108 108 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/USBControllerImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_USBCONTROLLERIMPL21 #define ____H_USBCONTROLLERIMPL20 #ifndef MAIN_INCLUDED_USBControllerImpl_h 21 #define MAIN_INCLUDED_USBControllerImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 75 75 }; 76 76 77 #endif / /!____H_USBCONTROLLERIMPL77 #endif /* !MAIN_INCLUDED_USBControllerImpl_h */ 78 78 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/USBDeviceFilterImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_USBDEVICEFILTERIMPL19 #define ____H_USBDEVICEFILTERIMPL18 #ifndef MAIN_INCLUDED_USBDeviceFilterImpl_h 19 #define MAIN_INCLUDED_USBDeviceFilterImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 227 227 }; 228 228 229 #endif / / ____H_USBDEVICEFILTERIMPL229 #endif /* !MAIN_INCLUDED_USBDeviceFilterImpl_h */ 230 230 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/USBDeviceFiltersImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_USBDEVICEFILTERSIMPL19 #define ____H_USBDEVICEFILTERSIMPL18 #ifndef MAIN_INCLUDED_USBDeviceFiltersImpl_h 19 #define MAIN_INCLUDED_USBDeviceFiltersImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 84 84 }; 85 85 86 #endif / /!____H_USBDEVICEFILTERSIMPL86 #endif /* !MAIN_INCLUDED_USBDeviceFiltersImpl_h */ 87 87 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/USBDeviceImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_USBDEVICEIMPL19 #define ____H_USBDEVICEIMPL18 #ifndef MAIN_INCLUDED_USBDeviceImpl_h 19 #define MAIN_INCLUDED_USBDeviceImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 105 105 }; 106 106 107 #endif / / ____H_USBDEVICEIMPL107 #endif /* !MAIN_INCLUDED_USBDeviceImpl_h */ 108 108 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/USBGetDevices.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ___USBGetDevices_h19 #define ___USBGetDevices_h18 #ifndef MAIN_INCLUDED_USBGetDevices_h 19 #define MAIN_INCLUDED_USBGetDevices_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 101 101 RT_C_DECLS_END 102 102 103 #endif /* ! ___USBGetDevices_h */103 #endif /* !MAIN_INCLUDED_USBGetDevices_h */ 104 104 -
trunk/src/VBox/Main/include/USBIdDatabase.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ___USBIdDatabase_h19 #define ___USBIdDatabase_h18 #ifndef MAIN_INCLUDED_USBIdDatabase_h 19 #define MAIN_INCLUDED_USBIdDatabase_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 213 213 214 214 215 #endif 216 215 #endif /* !MAIN_INCLUDED_USBIdDatabase_h */ 216 -
trunk/src/VBox/Main/include/USBProxyBackend.h
r76553 r76562 16 16 */ 17 17 18 19 #ifndef ____H_USBPROXYBACKEND 20 #define ____H_USBPROXYBACKEND 18 #ifndef MAIN_INCLUDED_USBProxyBackend_h 19 #define MAIN_INCLUDED_USBProxyBackend_h 21 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 21 # pragma once … … 443 442 }; 444 443 445 #endif /* ! ____H_USBPROXYBACKEND*/446 444 #endif /* !MAIN_INCLUDED_USBProxyBackend_h */ 445 -
trunk/src/VBox/Main/include/USBProxyService.h
r76553 r76562 16 16 */ 17 17 18 19 #ifndef ____H_USBPROXYSERVICE 20 #define ____H_USBPROXYSERVICE 18 #ifndef MAIN_INCLUDED_USBProxyService_h 19 #define MAIN_INCLUDED_USBProxyService_h 21 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 21 # pragma once … … 133 132 }; 134 133 135 #endif /* ! ____H_USBPROXYSERVICE*/134 #endif /* !MAIN_INCLUDED_USBProxyService_h */ 136 135 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/UnattendedImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_UNATTENDED19 #define ____H_UNATTENDED18 #ifndef MAIN_INCLUDED_UnattendedImpl_h 19 #define MAIN_INCLUDED_UnattendedImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 263 263 }; 264 264 265 #endif / / !____H_UNATTENDED266 265 #endif /* !MAIN_INCLUDED_UnattendedImpl_h */ 266 -
trunk/src/VBox/Main/include/UnattendedInstaller.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_UNATTENDEDINSTALLER19 #define ____H_UNATTENDEDINSTALLER18 #ifndef MAIN_INCLUDED_UnattendedInstaller_h 19 #define MAIN_INCLUDED_UnattendedInstaller_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 596 596 #endif 597 597 598 #endif / / !____H_UNATTENDEDINSTALLER599 598 #endif /* !MAIN_INCLUDED_UnattendedInstaller_h */ 599 -
trunk/src/VBox/Main/include/UnattendedScript.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_UNATTENDEDSCRIPT19 #define ____H_UNATTENDEDSCRIPT18 #ifndef MAIN_INCLUDED_UnattendedScript_h 19 #define MAIN_INCLUDED_UnattendedScript_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 128 128 129 129 130 #endif / / !____H_UNATTENDEDSCRIPT130 #endif /* !MAIN_INCLUDED_UnattendedScript_h */ 131 131 -
trunk/src/VBox/Main/include/UsbCardReader.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_USBCARDREADER20 #define ____H_USBCARDREADER19 #ifndef MAIN_INCLUDED_UsbCardReader_h 20 #define MAIN_INCLUDED_UsbCardReader_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ____H_USBCARDREADER*/74 #endif /* !MAIN_INCLUDED_UsbCardReader_h */ 75 75 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/UsbWebcamInterface.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_USBWEBCAMINTERFACE19 #define ____H_USBWEBCAMINTERFACE18 #ifndef MAIN_INCLUDED_UsbWebcamInterface_h 19 #define MAIN_INCLUDED_UsbWebcamInterface_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 66 66 }; 67 67 68 #endif /* ! ____H_USBWEBCAMINTERFACE*/68 #endif /* !MAIN_INCLUDED_UsbWebcamInterface_h */ 69 69 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VFSExplorerImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VFSEXPLORERIMPL19 #define ____H_VFSEXPLORERIMPL18 #ifndef MAIN_INCLUDED_VFSExplorerImpl_h 19 #define MAIN_INCLUDED_VFSExplorerImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 85 85 }; 86 86 87 #endif /* ! ____H_VFSEXPLORERIMPL*/87 #endif /* !MAIN_INCLUDED_VFSExplorerImpl_h */ 88 88 -
trunk/src/VBox/Main/include/VMMDev.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VMMDEV19 #define ____H_VMMDEV18 #ifndef MAIN_INCLUDED_VMMDev_h 19 #define MAIN_INCLUDED_VMMDev_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 101 101 }; 102 102 103 #endif / / !____H_VMMDEV103 #endif /* !MAIN_INCLUDED_VMMDev_h */ 104 104 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VRDEServerImpl.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_VRDPSERVER21 #define ____H_VRDPSERVER20 #ifndef MAIN_INCLUDED_VRDEServerImpl_h 21 #define MAIN_INCLUDED_VRDEServerImpl_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 85 85 }; 86 86 87 #endif / / ____H_VRDPSERVER87 #endif /* !MAIN_INCLUDED_VRDEServerImpl_h */ 88 88 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VIRTUALBOXBASEIMPL19 #define ____H_VIRTUALBOXBASEIMPL18 #ifndef MAIN_INCLUDED_VirtualBoxBase_h 19 #define MAIN_INCLUDED_VirtualBoxBase_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1118 1118 }; 1119 1119 1120 #endif / / !____H_VIRTUALBOXBASEIMPL1121 1120 #endif /* !MAIN_INCLUDED_VirtualBoxBase_h */ 1121 -
trunk/src/VBox/Main/include/VirtualBoxClientImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VIRTUALBOXCLIENTIMPL19 #define ____H_VIRTUALBOXCLIENTIMPL18 #ifndef MAIN_INCLUDED_VirtualBoxClientImpl_h 19 #define MAIN_INCLUDED_VirtualBoxClientImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 112 112 }; 113 113 114 #endif 114 #endif /* !MAIN_INCLUDED_VirtualBoxClientImpl_h */ 115 115 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VIRTUALBOXERRORINFOIMPL19 #define ____H_VIRTUALBOXERRORINFOIMPL18 #ifndef MAIN_INCLUDED_VirtualBoxErrorInfoImpl_h 19 #define MAIN_INCLUDED_VirtualBoxErrorInfoImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 160 160 }; 161 161 162 #endif / / !____H_VIRTUALBOXERRORINFOIMPL162 #endif /* !MAIN_INCLUDED_VirtualBoxErrorInfoImpl_h */ 163 163 164 164 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VIRTUALBOXIMPL19 #define ____H_VIRTUALBOXIMPL18 #ifndef MAIN_INCLUDED_VirtualBoxImpl_h 19 #define MAIN_INCLUDED_VirtualBoxImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 428 428 //////////////////////////////////////////////////////////////////////////////// 429 429 430 #endif / / !____H_VIRTUALBOXIMPL431 430 #endif /* !MAIN_INCLUDED_VirtualBoxImpl_h */ 431 -
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_VIRTUALBOXSDSIMPL19 #define ____H_VIRTUALBOXSDSIMPL18 #ifndef MAIN_INCLUDED_VirtualBoxSDSImpl_h 19 #define MAIN_INCLUDED_VirtualBoxSDSImpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 137 137 #endif 138 138 139 #endif / / !____H_VIRTUALBOXSDSIMPL139 #endif /* !MAIN_INCLUDED_VirtualBoxSDSImpl_h */ 140 140 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/WebMWriter.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____WEBMWRITER19 #define ____WEBMWRITER18 #ifndef MAIN_INCLUDED_WebMWriter_h 19 #define MAIN_INCLUDED_WebMWriter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 577 577 }; 578 578 579 #endif /* ! ____WEBMWRITER*/579 #endif /* !MAIN_INCLUDED_WebMWriter_h */ -
trunk/src/VBox/Main/include/Wrapper.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_WRAPPER19 #define ____H_WRAPPER18 #ifndef MAIN_INCLUDED_Wrapper_h 19 #define MAIN_INCLUDED_Wrapper_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 491 491 }; 492 492 493 #endif / / !____H_WRAPPER493 #endif /* !MAIN_INCLUDED_Wrapper_h */ 494 494 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/netif.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ___netif_h19 #define ___netif_h18 #ifndef MAIN_INCLUDED_netif_h 19 #define MAIN_INCLUDED_netif_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 126 126 } 127 127 128 #endif /* !___netif_h */128 #endif /* !MAIN_INCLUDED_netif_h */ 129 129 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/objectslist.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_OBJECTSLIST20 #define ____H_OBJECTSLIST19 #ifndef MAIN_INCLUDED_objectslist_h 20 #define MAIN_INCLUDED_objectslist_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 212 212 }; 213 213 214 #endif 214 #endif /* !MAIN_INCLUDED_objectslist_h */ -
trunk/src/VBox/Main/include/ovfreader.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_OVFREADER21 #define ____H_OVFREADER20 #ifndef MAIN_INCLUDED_ovfreader_h 21 #define MAIN_INCLUDED_ovfreader_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 685 685 } // end namespace ovf 686 686 687 #endif / / !____H_OVFREADER688 687 #endif /* !MAIN_INCLUDED_ovfreader_h */ 688 -
trunk/src/VBox/Main/include/vbox-libhal.h
r76553 r76562 18 18 */ 19 19 20 #ifndef ____H_VBOX_LIBHAL21 #define ____H_VBOX_LIBHAL20 #ifndef MAIN_INCLUDED_vbox_libhal_h 21 #define MAIN_INCLUDED_vbox_libhal_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 67 67 extern bool gLibHalCheckPresence(void); 68 68 69 #endif /* ____H_VBOX_LIBHAL not defined*/69 #endif /* !MAIN_INCLUDED_vbox_libhal_h */ 70 70 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/vector.h
r76553 r76562 25 25 */ 26 26 27 #ifndef MAIN_ VECTOR_H28 #define MAIN_ VECTOR_H27 #ifndef MAIN_INCLUDED_vector_h 28 #define MAIN_INCLUDED_vector_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 352 352 ++pIterator) 353 353 354 #endif /* !MAIN_ VECTOR_H*/354 #endif /* !MAIN_INCLUDED_vector_h */ -
trunk/src/VBox/Main/include/win/resource.h
r76553 r76562 17 17 */ 18 18 19 #ifndef __H_RESOURCEVBOXCOM20 #define __H_RESOURCEVBOXCOM19 #ifndef MAIN_INCLUDED_win_resource_h 20 #define MAIN_INCLUDED_win_resource_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 31 31 32 32 33 #endif / / __H_RESOURCEVBOXCOM33 #endif /* !MAIN_INCLUDED_win_resource_h */ -
trunk/src/VBox/Main/src-all/win/VBoxAPIWrap-precomp_gcc.h
r76553 r76562 16 16 */ 17 17 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 20 20 21 21 #include <iprt/cdefs.h> … … 44 44 #endif 45 45 46 #endif 46 #endif /* !MAIN_INCLUDED_SRC_src_all_win_VBoxAPIWrap_precomp_gcc_h */ 47 47 -
trunk/src/VBox/Main/src-server/HostDnsService.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ___H_DNSHOSTSERVICE19 #define ___H_DNSHOSTSERVICE18 #ifndef MAIN_INCLUDED_SRC_src_server_HostDnsService_h 19 #define MAIN_INCLUDED_SRC_src_server_HostDnsService_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 232 232 # endif 233 233 234 #endif /* ! ___H_DNSHOSTSERVICE*/234 #endif /* !MAIN_INCLUDED_SRC_src_server_HostDnsService_h */ -
trunk/src/VBox/Main/src-server/darwin/iokit.h
r76553 r76562 16 16 */ 17 17 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 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 RT_C_DECLS_END 89 89 90 #endif 90 #endif /* !MAIN_INCLUDED_SRC_src_server_darwin_iokit_h */ -
trunk/src/VBox/Main/src-server/solaris/DynLoadLibSolaris.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_DYN_LOAD_LIB_SOLARIS19 #define ____H_DYN_LOAD_LIB_SOLARIS18 #ifndef MAIN_INCLUDED_SRC_src_server_solaris_DynLoadLibSolaris_h 19 #define MAIN_INCLUDED_SRC_src_server_solaris_DynLoadLibSolaris_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 37 37 extern bool VBoxSolarisLibDlpiFound(void); 38 38 39 #endif /* ____H_DYN_LOAD_LIB_SOLARIS*/39 #endif /* !MAIN_INCLUDED_SRC_src_server_solaris_DynLoadLibSolaris_h */ 40 40 -
trunk/src/VBox/Main/src-server/win/svchlp.h
r76553 r76562 16 16 */ 17 17 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 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 94 94 }; 95 95 96 #endif /* ! ___VBox_svchlp_h___*/96 #endif /* !MAIN_INCLUDED_SRC_src_server_win_svchlp_h */ 97 97 -
trunk/src/VBox/Main/src-server/xpcom/server.h
r76553 r76562 17 17 */ 18 18 19 #ifndef ____H_LINUX_SERVER20 #define ____H_LINUX_SERVER19 #ifndef MAIN_INCLUDED_SRC_src_server_xpcom_server_h 20 #define MAIN_INCLUDED_SRC_src_server_xpcom_server_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 38 38 #define VBOXSVC_STARTUP_PIPE_NAME "vboxsvc:startup-pipe" 39 39 40 #endif /* ____H_LINUX_SERVER*/40 #endif /* !MAIN_INCLUDED_SRC_src_server_xpcom_server_h */ -
trunk/src/VBox/Main/testcase/tstUSBLinux.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_TSTUSBLINUX19 #define ____H_TSTUSBLINUX18 #ifndef MAIN_INCLUDED_SRC_testcase_tstUSBLinux_h 19 #define MAIN_INCLUDED_SRC_testcase_tstUSBLinux_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 66 66 }; 67 67 68 #endif /* ! ____H_TSTUSBLINUX*/68 #endif /* !MAIN_INCLUDED_SRC_testcase_tstUSBLinux_h */ 69 69 -
trunk/src/VBox/Main/webservice/vboxweb.h
r76553 r76562 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_webservice_vboxweb_h19 #define VBOX_INCLUDED_webservice_vboxweb_h18 #ifndef MAIN_INCLUDED_SRC_webservice_vboxweb_h 19 #define MAIN_INCLUDED_SRC_webservice_vboxweb_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 363 363 } 364 364 365 #endif 366 365 #endif /* !MAIN_INCLUDED_SRC_webservice_vboxweb_h */ 366
Note:
See TracChangeset
for help on using the changeset viewer.