Changeset 76487 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 27, 2018 3:31:39 AM (6 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 129 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/AdditionsFacilityImpl.h
r69500 r76487 18 18 #ifndef ____H_ADDITIONSFACILITYIMPL 19 19 #define ____H_ADDITIONSFACILITYIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <vector> -
trunk/src/VBox/Main/include/ApplianceImpl.h
r75920 r76487 18 18 #ifndef ____H_APPLIANCEIMPL 19 19 #define ____H_APPLIANCEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* VBox includes */ -
trunk/src/VBox/Main/include/ApplianceImplPrivate.h
r75920 r76487 18 18 #ifndef ____H_APPLIANCEIMPLPRIVATE 19 19 #define ____H_APPLIANCEIMPLPRIVATE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Main/include/AudioAdapterImpl.h
r69500 r76487 20 20 #ifndef ____H_AUDIOADAPTER 21 21 #define ____H_AUDIOADAPTER 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "AudioAdapterWrap.h" -
trunk/src/VBox/Main/include/AudioDriver.h
r70644 r76487 18 18 #ifndef ____H_AUDIODRIVER 19 19 #define ____H_AUDIODRIVER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/com/ptr.h> -
trunk/src/VBox/Main/include/AuthLibrary.h
r69500 r76487 18 18 #ifndef ____H_AUTHLIBRARY 19 19 #define ____H_AUTHLIBRARY 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/VBoxAuth.h> -
trunk/src/VBox/Main/include/AutoCaller.h
r75660 r76487 19 19 #ifndef ____H_AUTOCALLER 20 20 #define ____H_AUTOCALLER 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "ObjectState.h" -
trunk/src/VBox/Main/include/AutoStateDep.h
r69500 r76487 2 2 #ifndef ____H_AUTOSTATEDEP 3 3 #define ____H_AUTOSTATEDEP 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 4 7 5 8 /** @file -
trunk/src/VBox/Main/include/AutostartDb.h
r69500 r76487 18 18 #ifndef ___autostart_h 19 19 #define ___autostart_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Main/include/BIOSSettingsImpl.h
r75139 r76487 20 20 #ifndef ____H_BIOSSETTINGS 21 21 #define ____H_BIOSSETTINGS 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "BIOSSettingsWrap.h" -
trunk/src/VBox/Main/include/BandwidthControlImpl.h
r69500 r76487 19 19 #ifndef ____H_BANDWIDTHCONTROLIMPL 20 20 #define ____H_BANDWIDTHCONTROLIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "BandwidthControlWrap.h" -
trunk/src/VBox/Main/include/BandwidthGroupImpl.h
r69500 r76487 19 19 #ifndef ____H_BANDWIDTHGROUPIMPL 20 20 #define ____H_BANDWIDTHGROUPIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/settings.h> -
trunk/src/VBox/Main/include/BusAssignmentManager.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox bus slots assignment manager 6 4 */ … … 17 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 16 */ 19 #ifndef __BusAssignmentManager_h 20 #define __BusAssignmentManager_h 17 #ifndef ___H_BUSASSIGNMENTMANAGER 18 #define ___H_BUSASSIGNMENTMANAGER 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 21 22 22 23 #include "VBox/types.h" -
trunk/src/VBox/Main/include/CertificateImpl.h
r69500 r76487 18 18 #ifndef ____H_CERTIFICATEIMPL 19 19 #define ____H_CERTIFICATEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* VBox includes */ -
trunk/src/VBox/Main/include/ClientToken.h
r69500 r76487 20 20 #ifndef ____H_CLIENTTOKEN 21 21 #define ____H_CLIENTTOKEN 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <VBox/com/ptr.h> -
trunk/src/VBox/Main/include/ClientTokenHolder.h
r69500 r76487 20 20 #ifndef ____H_CLIENTTOKENHOLDER 21 21 #define ____H_CLIENTTOKENHOLDER 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "SessionImpl.h" -
trunk/src/VBox/Main/include/ClientWatcher.h
r69500 r76487 18 18 #ifndef ____H_CLIENTWATCHER 19 19 #define ____H_CLIENTWATCHER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Main/include/CloudProviderManagerImpl.h
r75663 r76487 19 19 #ifndef ____H_CLOUDPROVIDERMANAGERIMPL 20 20 #define ____H_CLOUDPROVIDERMANAGERIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "CloudProviderManagerWrap.h" -
trunk/src/VBox/Main/include/ConsoleImpl.h
r75955 r76487 18 18 #ifndef ____H_CONSOLEIMPL 19 19 #define ____H_CONSOLEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r69500 r76487 18 18 #ifndef ____H_CONSOLEVRDPSERVER 19 19 #define ____H_CONSOLEVRDPSERVER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VRDEServerInfoWrap.h" -
trunk/src/VBox/Main/include/DHCPServerImpl.h
r76190 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ … … 18 16 */ 19 17 20 #ifndef ____H_H_DHCPSERVERIMPL 21 #define ____H_H_DHCPSERVERIMPL 18 #ifndef ____H_DHCPSERVERIMPL 19 #define ____H_DHCPSERVERIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "DHCPServerWrap.h" -
trunk/src/VBox/Main/include/DataStreamImpl.h
r74822 r76487 19 19 #ifndef ____H_DATASTREAMIMPL 20 20 #define ____H_DATASTREAMIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "DataStreamWrap.h" -
trunk/src/VBox/Main/include/DisplayImpl.h
r76394 r76487 18 18 #ifndef ____H_DISPLAYIMPL 19 19 #define ____H_DISPLAYIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "SchemaDefs.h" -
trunk/src/VBox/Main/include/DisplayUtils.h
r69500 r76487 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef ____H_DISPLAYUTILS 19 #define ____H_DISPLAYUTILS 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 #include "VBox/com/string.h" … … 34 40 void freeSavedDisplayScreenshot(uint8_t *pu8Data); 35 41 42 #endif 43 -
trunk/src/VBox/Main/include/DrvAudioRec.h
r75361 r76487 18 18 #ifndef ____H_DRVAUDIORECORDING 19 19 #define ____H_DRVAUDIORECORDING 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/com/ptr.h> -
trunk/src/VBox/Main/include/DrvAudioVRDE.h
r73370 r76487 18 18 #ifndef ____H_DRVAUDIOVRDE 19 19 #define ____H_DRVAUDIOVRDE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/com/ptr.h> -
trunk/src/VBox/Main/include/EBMLWriter.h
r74991 r76487 16 16 */ 17 17 18 #ifndef ____EBMLWRITER 19 #define ____EBMLWRITER 18 #ifndef ____H_EBMLWRITER 19 #define ____H_EBMLWRITER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/file.h> … … 135 138 }; 136 139 137 #endif /* !____EBMLWRITER */ 140 #endif 141 -
trunk/src/VBox/Main/include/EBML_MKV.h
r74988 r76487 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef ____H_EBMLMKV 19 #define ____H_EBMLMKV 20 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 17 24 18 25 /** Matroska EBML Class IDs supported by WebM. … … 86 93 }; 87 94 95 #endif 96 -
trunk/src/VBox/Main/include/EmulatedUSBImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * Emulated USB devices manager. 6 4 */ … … 18 16 */ 19 17 20 #ifndef EMULATEDUSB_IMPL_H_ 21 #define EMULATEDUSB_IMPL_H_ 18 #ifndef ____H_EMULATEDUSBIMPL 19 #define ____H_EMULATEDUSBIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "EmulatedUSBWrap.h" … … 81 82 }; 82 83 83 #endif // EMULATEDUSB_IMPL_H_84 #endif 84 85 85 86 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/EventImpl.h
r69500 r76487 18 18 #ifndef ____H_EVENTIMPL 19 19 #define ____H_EVENTIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "EventWrap.h" -
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r75663 r76487 18 18 #ifndef ____H_EXTPACKMANAGERIMPL 19 19 #define ____H_EXTPACKMANAGERIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/ExtPackUtil.h
r68828 r76487 18 18 #ifndef ____H_EXTPACKUTIL 19 19 #define ____H_EXTPACKUTIL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef __cplusplus -
trunk/src/VBox/Main/include/Global.h
r75817 r76487 18 18 #ifndef ____H_GLOBAL 19 19 #define ____H_GLOBAL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* interface definitions */ -
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r76403 r76487 18 18 #ifndef ____H_GUESTIMPLPRIVATE 19 19 #define ____H_GUESTIMPLPRIVATE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "ConsoleImpl.h" -
trunk/src/VBox/Main/include/GuestDirectoryImpl.h
r71406 r76487 18 18 #ifndef ____H_GUESTDIRECTORYIMPL 19 19 #define ____H_GUESTDIRECTORYIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestDirectoryWrap.h" -
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r75737 r76487 19 19 #ifndef ____H_GUESTDNDPRIVATE 20 20 #define ____H_GUESTDNDPRIVATE 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <iprt/dir.h> -
trunk/src/VBox/Main/include/GuestDnDSourceImpl.h
r69500 r76487 18 18 #ifndef ____H_GUESTDNDSOURCEIMPL 19 19 #define ____H_GUESTDNDSOURCEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/GuestHost/DragAndDrop.h> -
trunk/src/VBox/Main/include/GuestDnDTargetImpl.h
r69500 r76487 18 18 #ifndef ____H_GUESTDNDTARGETIMPL 19 19 #define ____H_GUESTDNDTARGETIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestDnDTargetWrap.h" -
trunk/src/VBox/Main/include/GuestFileImpl.h
r75926 r76487 18 18 #ifndef ____H_GUESTFILEIMPL 19 19 #define ____H_GUESTFILEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h
r75926 r76487 18 18 #ifndef ____H_GUESTFSOBJINFOIMPL 19 19 #define ____H_GUESTFSOBJINFOIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestFsObjInfoWrap.h" -
trunk/src/VBox/Main/include/GuestImpl.h
r76394 r76487 18 18 #ifndef ____H_GUESTIMPL 19 19 #define ____H_GUESTIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestWrap.h" -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r75817 r76487 19 19 #ifndef ____H_GUESTOSTYPEIMPL 20 20 #define ____H_GUESTOSTYPEIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "Global.h" -
trunk/src/VBox/Main/include/GuestProcessImpl.h
r73036 r76487 18 18 #ifndef ____H_GUESTPROCESSIMPL 19 19 #define ____H_GUESTPROCESSIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestCtrlImplPrivate.h" -
trunk/src/VBox/Main/include/GuestSessionImpl.h
r75891 r76487 18 18 #ifndef ____H_GUESTSESSIONIMPL 19 19 #define ____H_GUESTSESSIONIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestSessionWrap.h" -
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r73037 r76487 16 16 */ 17 17 18 #ifndef ____H_GUESTSESSIONIMPL_TASKS 19 #define ____H_GUESTSESSIONIMPL_TASKS 18 #ifndef ____H_GUESTSESSIONIMPLTASKS 19 #define ____H_GUESTSESSIONIMPLTASKS 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "GuestSessionWrap.h" … … 375 378 uint32_t mFlags; 376 379 }; 377 #endif /* !____H_GUESTSESSIONIMPL _TASKS */380 #endif /* !____H_GUESTSESSIONIMPLTASKS */ -
trunk/src/VBox/Main/include/HGCM.h
r76394 r76487 16 16 */ 17 17 18 #ifndef ___HGCM_h_ 19 #define ___HGCM_h_ 18 #ifndef ____H_HGCM 19 #define ____H_HGCM 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/pdmifs.h> … … 59 62 RT_C_DECLS_END 60 63 61 #endif /* !___HGCM_h_ */64 #endif 62 65 -
trunk/src/VBox/Main/include/HGCMObjects.h
r75541 r76487 16 16 */ 17 17 18 #ifndef ___HGCMOBJECTS__H 19 #define ___HGCMOBJECTS__H 18 #ifndef ____H_HGCMOBJECTS 19 #define ____H_HGCMOBJECTS 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/assert.h> … … 123 126 124 127 125 #endif /* !___HGCMOBJECTS__H */128 #endif -
trunk/src/VBox/Main/include/HGCMThread.h
r75747 r76487 16 16 */ 17 17 18 #ifndef ___HGCMThread_h 19 #define ___HGCMThread_h 18 #ifndef ____H_HGCMTHREAD 19 #define ____H_HGCMTHREAD 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/types.h> … … 220 223 221 224 222 #endif /* !___HGCMThread_h */223 225 #endif 226 -
trunk/src/VBox/Main/include/HashedPw.h
r69500 r76487 16 16 */ 17 17 18 #ifndef ___HashedPw_h___ 19 #define ___HashedPw_h___ 18 #ifndef ____H_HASHEDPW 19 #define ____H_HASHEDPW 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cpp/ministring.h> -
trunk/src/VBox/Main/include/HostHardwareLinux.h
r69500 r76487 20 20 21 21 #ifndef ____H_HOSTHARDWARELINUX 22 # define ____H_HOSTHARDWARELINUX 22 #define ____H_HOSTHARDWARELINUX 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <iprt/err.h> -
trunk/src/VBox/Main/include/HostImpl.h
r75574 r76487 18 18 #ifndef ____H_HOSTIMPL 19 19 #define ____H_HOSTIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "HostWrap.h" -
trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h
r69500 r76487 20 20 #ifndef ____H_HOSTNETWORKINTERFACEIMPL 21 21 #define ____H_HOSTNETWORKINTERFACEIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "HostNetworkInterfaceWrap.h" -
trunk/src/VBox/Main/include/HostPower.h
r69500 r76487 19 19 #ifndef ____H_HOSTPOWER 20 20 #define ____H_HOSTPOWER 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #ifdef RT_OS_DARWIN /* first, so we can undef pVM in iprt/cdefs.h */ -
trunk/src/VBox/Main/include/HostUSBDeviceImpl.h
r69500 r76487 18 18 #ifndef ____H_HOSTUSBDEVICEIMPL 19 19 #define ____H_HOSTUSBDEVICEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/HostVideoInputDeviceImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * A host video capture device description. 6 4 */ … … 18 16 */ 19 17 20 #ifndef HOSTVIDEOINPUTDEVICE_IMPL_H_ 21 #define HOSTVIDEOINPUTDEVICE_IMPL_H_ 18 #ifndef ____H_HOSTVIDEOINPUTDEVICEIMPL 19 #define ____H_HOSTVIDEOINPUTDEVICEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "HostVideoInputDeviceWrap.h" … … 67 68 }; 68 69 69 #endif // HOSTVIDEOINPUTDEVICE_IMPL_H_70 #endif 70 71 71 72 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/KeyboardImpl.h
r69500 r76487 18 18 #ifndef ____H_KEYBOARDIMPL 19 19 #define ____H_KEYBOARDIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "KeyboardWrap.h" -
trunk/src/VBox/Main/include/Logging.h
r69500 r76487 18 18 #ifndef ____H_LOGGING 19 19 #define ____H_LOGGING 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* @def LOG_GROUP_MAIN_OVERRIDE -
trunk/src/VBox/Main/include/LoggingNew.h
r67913 r76487 18 18 #ifndef ____H_LOGGINGNEW 19 19 #define ____H_LOGGINGNEW 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef ____H_LOGGING -
trunk/src/VBox/Main/include/MachineDebuggerImpl.h
r72328 r76487 18 18 #ifndef ____H_MACHINEDEBUGGER 19 19 #define ____H_MACHINEDEBUGGER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "MachineDebuggerWrap.h" -
trunk/src/VBox/Main/include/MachineImpl.h
r75488 r76487 18 18 #ifndef ____H_MACHINEIMPL 19 19 #define ____H_MACHINEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "AuthLibrary.h" -
trunk/src/VBox/Main/include/MachineImplCloneVM.h
r69500 r76487 18 18 #ifndef ____H_MACHINEIMPLCLONEVM 19 19 #define ____H_MACHINEIMPLCLONEVM 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "MachineImpl.h" -
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r71998 r76487 18 18 #ifndef ____H_MACHINEIMPLMOVEVM 19 19 #define ____H_MACHINEIMPLMOVEVM 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "MachineImpl.h" -
trunk/src/VBox/Main/include/Matching.h
r69500 r76487 19 19 #ifndef ____H_MATCHING 20 20 #define ____H_MATCHING 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/com/string.h> -
trunk/src/VBox/Main/include/MediumAttachmentImpl.h
r69500 r76487 19 19 #ifndef ____H_MEDIUMATTACHMENTIMPL 20 20 #define ____H_MEDIUMATTACHMENTIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "MediumAttachmentWrap.h" -
trunk/src/VBox/Main/include/MediumFormatImpl.h
r72900 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * MediumFormat COM class implementation 6 4 */ … … 18 16 */ 19 17 20 #ifndef MEDIUMFORMAT_IMPL_H_ 21 #define MEDIUMFORMAT_IMPL_H_ 18 #ifndef ____H_MEDIUMFORMATIMPL 19 #define ____H_MEDIUMFORMATIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "MediumFormatWrap.h" … … 110 111 }; 111 112 112 #endif // MEDIUMFORMAT_IMPL_H_113 #endif 113 114 114 115 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/MediumIOImpl.h
r74822 r76487 18 18 #ifndef ____H_MEDIUMIOIMPL 19 19 #define ____H_MEDIUMIOIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "MediumIOWrap.h" -
trunk/src/VBox/Main/include/MediumImpl.h
r76298 r76487 19 19 #ifndef ____H_MEDIUMIMPL 20 20 #define ____H_MEDIUMIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/vd.h> -
trunk/src/VBox/Main/include/MediumLock.h
r69500 r76487 20 20 #ifndef ____H_MEDIUMLOCK 21 21 #define ____H_MEDIUMLOCK 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 /* interface definitions */ -
trunk/src/VBox/Main/include/MouseImpl.h
r69500 r76487 18 18 #ifndef ____H_MOUSEIMPL 19 19 #define ____H_MOUSEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "MouseWrap.h" -
trunk/src/VBox/Main/include/NATEngineImpl.h
r69500 r76487 20 20 #ifndef ____H_NATENGINE 21 21 #define ____H_NATENGINE 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "NATEngineWrap.h" -
trunk/src/VBox/Main/include/NATNetworkImpl.h
r76153 r76487 16 16 */ 17 17 18 #ifndef ____H_H_NATNETWORKIMPL 19 #define ____H_H_NATNETWORKIMPL 18 #ifndef ____H_NATNETWORKIMPL 19 #define ____H_NATNETWORKIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 20 24 #include "VBoxEvents.h" 21 25 #include "NATNetworkWrap.h" -
trunk/src/VBox/Main/include/NetworkAdapterImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ … … 20 18 #ifndef ____H_NETWORKADAPTER 21 19 #define ____H_NETWORKADAPTER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "NetworkAdapterWrap.h" -
trunk/src/VBox/Main/include/NetworkServiceRunner.h
r75648 r76487 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef ____H_NETWORKSERVICERUNNER 19 #define ____H_NETWORKSERVICERUNNER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 #include <iprt/err.h> … … 56 62 Data *m; 57 63 }; 64 65 #endif 66 -
trunk/src/VBox/Main/include/Nvram.h
r69500 r76487 19 19 #ifndef ____H_NVRAM 20 20 #define ____H_NVRAM 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/com/ptr.h> -
trunk/src/VBox/Main/include/ObjectState.h
r75660 r76487 19 19 #ifndef ____H_OBJECTSTATE 20 20 #define ____H_OBJECTSTATE 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "VBox/com/defs.h" -
trunk/src/VBox/Main/include/PCIDeviceAttachmentImpl.h
r69500 r76487 20 20 #ifndef ____H_PCIDEVICEATTACHMENTIMPL 21 21 #define ____H_PCIDEVICEATTACHMENTIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "PCIDeviceAttachmentWrap.h" -
trunk/src/VBox/Main/include/PCIRawDevImpl.h
r69500 r76487 18 18 #ifndef ____H_PCIRAWDEV 19 19 #define ____H_PCIRAWDEV 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/ParallelPortImpl.h
r69500 r76487 19 19 #ifndef ____H_PARALLELPORTIMPL 20 20 #define ____H_PARALLELPORTIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "ParallelPortWrap.h" -
trunk/src/VBox/Main/include/Performance.h
r69500 r76487 17 17 #ifndef ___performance_h 18 18 #define ___performance_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <VBox/com/defs.h> -
trunk/src/VBox/Main/include/PerformanceImpl.h
r69500 r76487 20 20 #ifndef ____H_PERFORMANCEIMPL 21 21 #define ____H_PERFORMANCEIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "PerformanceCollectorWrap.h" -
trunk/src/VBox/Main/include/ProgressImpl.h
r74804 r76487 19 19 #ifndef ____H_PROGRESSIMPL 20 20 #define ____H_PROGRESSIMPL 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "ProgressWrap.h" -
trunk/src/VBox/Main/include/ProgressProxyImpl.h
r69500 r76487 18 18 #ifndef ____H_PROGRESSPROXYIMPL 19 19 #define ____H_PROGRESSPROXYIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "ProgressImpl.h" -
trunk/src/VBox/Main/include/QMTranslator.h
r69500 r76487 18 18 #ifndef ____H_QMTRANSLATOR 19 19 #define ____H_QMTRANSLATOR 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 class QMTranslator_Impl; -
trunk/src/VBox/Main/include/Recording.h
r75499 r76487 18 18 #ifndef ____H_RECORDING 19 19 #define ____H_RECORDING 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/com/array.h> -
trunk/src/VBox/Main/include/RecordingInternals.h
r75499 r76487 16 16 */ 17 17 18 #ifndef ____H_RECORDING_INTERNALS 19 #define ____H_RECORDING_INTERNALS 18 #ifndef ____H_RECORDINGINTERNALS 19 #define ____H_RECORDINGINTERNALS 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/assert.h> … … 182 185 typedef std::list<RecordingBlock *> RecordingBlockList; 183 186 184 #endif /* !____H_RECORDING_INTERNALS */187 #endif 185 188 -
trunk/src/VBox/Main/include/RecordingScreenSettingsImpl.h
r75926 r76487 20 20 #ifndef ____H_RecordingScreenSettings 21 21 #define ____H_RecordingScreenSettings 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "RecordingScreenSettingsWrap.h" -
trunk/src/VBox/Main/include/RecordingSettingsImpl.h
r75926 r76487 18 18 #ifndef ____H_RecordSettings 19 19 #define ____H_RecordSettings 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "RecordingSettingsWrap.h" -
trunk/src/VBox/Main/include/RecordingStream.h
r75499 r76487 16 16 */ 17 17 18 #ifndef ____H_RECORDING_STREAM 19 #define ____H_RECORDING_STREAM 18 #ifndef ____H_RECORDINGSTREAM 19 #define ____H_RECORDINGSTREAM 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <map> … … 216 219 typedef std::vector <RecordingStream *> RecordingStreams; 217 220 218 #endif /* !____H_RECORDING_STREAM */219 221 #endif 222 -
trunk/src/VBox/Main/include/RecordingUtils.h
r75393 r76487 16 16 */ 17 17 18 #ifndef ____H_RECORDING_UTILS 19 #define ____H_RECORDING_UTILS 18 #ifndef ____H_RECORDINGUTILS 19 #define ____H_RECORDINGUTILS 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/asm.h> … … 202 205 uint8_t *paSrc, uint32_t uSrcWidth, uint32_t uSrcHeight); 203 206 204 #endif /* ____H_RECORDING_UTILS */205 207 #endif 208 -
trunk/src/VBox/Main/include/RemoteUSBBackend.h
r69500 r76487 19 19 #ifndef ____H_REMOTEUSBBACKEND 20 20 #define ____H_REMOTEUSBBACKEND 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include "RemoteUSBDeviceImpl.h" -
trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h
r69500 r76487 21 21 #ifndef ____H_REMOTEUSBDEVICEIMPL 22 22 #define ____H_REMOTEUSBDEVICEIMPL 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include "HostUSBDeviceWrap.h" -
trunk/src/VBox/Main/include/SecretKeyStore.h
r69500 r76487 18 18 #ifndef ____H_SECRETKEYSTORE 19 19 #define ____H_SECRETKEYSTORE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/SerialPortImpl.h
r73768 r76487 20 20 #ifndef ____H_SERIALPORTIMPL 21 21 #define ____H_SERIALPORTIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "SerialPortWrap.h" -
trunk/src/VBox/Main/include/SessionImpl.h
r75488 r76487 18 18 #ifndef ____H_SESSIONIMPL 19 19 #define ____H_SESSIONIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "SessionWrap.h" -
trunk/src/VBox/Main/include/SharedFolderImpl.h
r75458 r76487 18 18 #ifndef ____H_SHAREDFOLDERIMPL 19 19 #define ____H_SHAREDFOLDERIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "SharedFolderWrap.h" -
trunk/src/VBox/Main/include/SnapshotImpl.h
r69500 r76487 18 18 #ifndef ____H_SNAPSHOTIMPL 19 19 #define ____H_SNAPSHOTIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "SnapshotWrap.h" -
trunk/src/VBox/Main/include/StorageControllerImpl.h
r69500 r76487 20 20 #ifndef ____H_STORAGECONTROLLERIMPL 21 21 #define ____H_STORAGECONTROLLERIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 #include "StorageControllerWrap.h" 23 26 -
trunk/src/VBox/Main/include/SystemPropertiesImpl.h
r74431 r76487 20 20 #ifndef ____H_SYSTEMPROPERTIESIMPL 21 21 #define ____H_SYSTEMPROPERTIESIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "MediumFormatImpl.h" -
trunk/src/VBox/Main/include/TextScript.h
r76167 r76487 18 18 #ifndef ____H_TEXTSCRIPT 19 19 #define ____H_TEXTSCRIPT 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/ThreadTask.h
r69500 r76487 17 17 #ifndef ____H_THREADTASK 18 18 #define ____H_THREADTASK 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include "VBox/com/string.h" -
trunk/src/VBox/Main/include/TokenImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 * 5 * Token COM class implementations: MachineToken and MediumLockToken 3 * Token COM class implementations - MachineToken and MediumLockToken 6 4 */ 7 5 … … 18 16 */ 19 17 20 #ifndef TOKEN_IMPL_H_ 21 #define TOKEN_IMPL_H_ 18 #ifndef ____H_TOKENIMPL 19 #define ____H_TOKENIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "TokenWrap.h" … … 103 104 104 105 105 #endif // TOKEN_IMPL_H_106 #endif 106 107 107 108 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/USBControllerImpl.h
r69500 r76487 20 20 #ifndef ____H_USBCONTROLLERIMPL 21 21 #define ____H_USBCONTROLLERIMPL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "USBControllerWrap.h" -
trunk/src/VBox/Main/include/USBDeviceFilterImpl.h
r69500 r76487 18 18 #ifndef ____H_USBDEVICEFILTERIMPL 19 19 #define ____H_USBDEVICEFILTERIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/settings.h> -
trunk/src/VBox/Main/include/USBDeviceFiltersImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VBox USBDeviceFilters COM Class declaration. 6 4 */ … … 20 18 #ifndef ____H_USBDEVICEFILTERSIMPL 21 19 #define ____H_USBDEVICEFILTERSIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "USBDeviceFiltersWrap.h" -
trunk/src/VBox/Main/include/USBDeviceImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * Header file for the OUSBDevice (IUSBDevice) class, VBoxC. … … 19 18 #ifndef ____H_USBDEVICEIMPL 20 19 #define ____H_USBDEVICEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include "USBDeviceWrap.h" -
trunk/src/VBox/Main/include/USBGetDevices.h
r69500 r76487 18 18 #ifndef ___USBGetDevices_h 19 19 #define ___USBGetDevices_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/usb.h> -
trunk/src/VBox/Main/include/USBIdDatabase.h
r69500 r76487 18 18 #ifndef ___USBIdDatabase_h 19 19 #define ___USBIdDatabase_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/assert.h> -
trunk/src/VBox/Main/include/USBProxyBackend.h
r69500 r76487 19 19 #ifndef ____H_USBPROXYBACKEND 20 20 #define ____H_USBPROXYBACKEND 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/usb.h> -
trunk/src/VBox/Main/include/USBProxyService.h
r69500 r76487 19 19 #ifndef ____H_USBPROXYSERVICE 20 20 #define ____H_USBPROXYSERVICE 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/usb.h> -
trunk/src/VBox/Main/include/UnattendedImpl.h
r70999 r76487 18 18 #ifndef ____H_UNATTENDED 19 19 #define ____H_UNATTENDED 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/ostypes.h> -
trunk/src/VBox/Main/include/UnattendedInstaller.h
r71018 r76487 18 18 #ifndef ____H_UNATTENDEDINSTALLER 19 19 #define ____H_UNATTENDEDINSTALLER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "UnattendedScript.h" -
trunk/src/VBox/Main/include/UnattendedScript.h
r76167 r76487 18 18 #ifndef ____H_UNATTENDEDSCRIPT 19 19 #define ____H_UNATTENDEDSCRIPT 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "TextScript.h" -
trunk/src/VBox/Main/include/UsbCardReader.h
r69500 r76487 19 19 #ifndef ____H_USBCARDREADER 20 20 #define ____H_USBCARDREADER 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/vmm/pdmcardreaderinfs.h> -
trunk/src/VBox/Main/include/UsbWebcamInterface.h
r69500 r76487 18 18 #ifndef ____H_USBWEBCAMINTERFACE 19 19 #define ____H_USBWEBCAMINTERFACE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/pdmdrv.h> -
trunk/src/VBox/Main/include/VFSExplorerImpl.h
r69500 r76487 18 18 #ifndef ____H_VFSEXPLORERIMPL 19 19 #define ____H_VFSEXPLORERIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VFSExplorerWrap.h" -
trunk/src/VBox/Main/include/VMMDev.h
r76382 r76487 18 18 #ifndef ____H_VMMDEV 19 19 #define ____H_VMMDEV 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/VRDEServerImpl.h
r69500 r76487 20 20 #ifndef ____H_VRDPSERVER 21 21 #define ____H_VRDPSERVER 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "VRDEServerWrap.h" -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r69500 r76487 18 18 #ifndef ____H_VIRTUALBOXBASEIMPL 19 19 #define ____H_VIRTUALBOXBASEIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Main/include/VirtualBoxClientImpl.h
r69804 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * Header file for the VirtualBoxClient (IVirtualBoxClient) class, VBoxC. … … 19 18 #ifndef ____H_VIRTUALBOXCLIENTIMPL 20 19 #define ____H_VIRTUALBOXCLIENTIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include "VirtualBoxClientWrap.h" -
trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h
r69500 r76487 18 18 #ifndef ____H_VIRTUALBOXERRORINFOIMPL 19 19 #define ____H_VIRTUALBOXERRORINFOIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r76298 r76487 18 18 #ifndef ____H_VIRTUALBOXIMPL 19 19 #define ____H_VIRTUALBOXIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r76083 r76487 18 18 #ifndef ____H_VIRTUALBOXSDSIMPL 19 19 #define ____H_VIRTUALBOXSDSIMPL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VirtualBoxBase.h" -
trunk/src/VBox/Main/include/WebMWriter.h
r75047 r76487 18 18 #ifndef ____WEBMWRITER 19 19 #define ____WEBMWRITER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "EBMLWriter.h" -
trunk/src/VBox/Main/include/Wrapper.h
r69500 r76487 18 18 #ifndef ____H_WRAPPER 19 19 #define ____H_WRAPPER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <vector> -
trunk/src/VBox/Main/include/netif.h
r72979 r76487 18 18 #ifndef ___netif_h 19 19 #define ___netif_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Main/include/objectslist.h
r69500 r76487 19 19 #ifndef ____H_OBJECTSLIST 20 20 #define ____H_OBJECTSLIST 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <list> -
trunk/src/VBox/Main/include/ovfreader.h
r69500 r76487 20 20 #ifndef ____H_OVFREADER 21 21 #define ____H_OVFREADER 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "iprt/cpp/xml.h" -
trunk/src/VBox/Main/include/vbox-libhal.h
r69500 r76487 20 20 #ifndef ____H_VBOX_LIBHAL 21 21 #define ____H_VBOX_LIBHAL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <stdint.h> -
trunk/src/VBox/Main/include/vector.h
r69500 r76487 26 26 27 27 #ifndef MAIN_VECTOR_H 28 # define MAIN_VECTOR_H 29 30 /******************************************************************************* 31 * Header Files * 32 *******************************************************************************/ 33 28 #define MAIN_VECTOR_H 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 33 34 /********************************************************************************************************************************* 35 * Header Files * 36 *********************************************************************************************************************************/ 34 37 #include <stdlib.h> 35 38 36 /******************************************************************************* 37 * Helper macros and definitions * 38 *******************************************************************************/ 39 40 /********************************************************************************************************************************* 41 * Helper macros and definitions * 42 *********************************************************************************************************************************/ 39 43 40 44 /** The unit by which the vector capacity is increased */ … … 217 221 } 218 222 219 /******************************************************************************* 220 * Public interface macros * 221 *******************************************************************************/ 223 224 /********************************************************************************************************************************* 225 * Public interface macros * 226 *********************************************************************************************************************************/ 222 227 223 228 /** … … 347 352 ++pIterator) 348 353 349 #endif /* MAIN_VECTOR_H */354 #endif /* !MAIN_VECTOR_H */
Note:
See TracChangeset
for help on using the changeset viewer.