Changeset 67914 in vbox
- Timestamp:
- Jul 11, 2017 8:46:37 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116906
- Location:
- trunk/src/VBox/Main
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r67531 r67914 589 589 }; 590 590 591 #endif // ____H_DISPLAYIMPL591 #endif // !____H_DISPLAYIMPL 592 592 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/HGCMObjects.h
r62485 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * HGCMObjects - Host-Guest Communication Manager objects header. 5 4 */ … … 17 16 */ 18 17 19 #ifndef __HGCMOBJECTS__H 20 #define __HGCMOBJECTS__H 21 22 #define LOG_GROUP_MAIN_OVERRIDE LOG_GROUP_HGCM 23 #include "Logging.h" 18 #ifndef ___HGCMOBJECTS__H 19 #define ___HGCMOBJECTS__H 24 20 25 21 #include <iprt/assert.h> … … 115 111 void hgcmObjSetHandleCount(uint32_t u32HandleCount); 116 112 117 #endif /* __HGCMOBJECTS__H */113 #endif /* !___HGCMOBJECTS__H */ -
trunk/src/VBox/Main/src-client/AdditionsFacilityImpl.cpp
r63259 r67914 17 17 */ 18 18 19 #define LOG_GROUP LOG_GROUP_MAIN_ADDITIONSFACILITY 20 #include "LoggingNew.h" 21 19 22 #include "AdditionsFacilityImpl.h" 20 23 #include "Global.h" 21 24 22 25 #include "AutoCaller.h" 23 #include "Logging.h" 26 24 27 25 28 /* static */ -
trunk/src/VBox/Main/src-client/BusAssignmentManager.cpp
r63747 r67914 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 */ 17 18 #define LOG_GROUP LOG_GROUP_MAIN 19 #include "LoggingNew.h" 20 19 21 #include "BusAssignmentManager.h" 20 22 -
trunk/src/VBox/Main/src-client/ClientTokenHolder.cpp
r63239 r67914 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 19 #define LOG_GROUP LOG_GROUP_MAIN_SESSION 20 #include "LoggingNew.h" 18 21 19 22 #include <iprt/asm.h> -
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r66870 r67914 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #define LOG_GROUP LOG_GROUP_MAIN_CONSOLE 19 #include "LoggingNew.h" 17 20 18 21 /** @todo Move the TAP mess back into the driver! */ … … 78 81 #include "VBoxEvents.h" 79 82 #include "AutoCaller.h" 80 #include "Logging.h"81 83 #include "ThreadTask.h" 82 84 -
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r67642 r67914 25 25 * Header Files * 26 26 *********************************************************************************************************************************/ 27 #define LOG_GROUP LOG_GROUP_MAIN_CONSOLE 28 #include "LoggingNew.h" 27 29 28 30 // VBoxNetCfg-win.h needs winsock2.h and thus MUST be included before any other … … 50 52 51 53 #include "AutoCaller.h" 52 #include "Logging.h"53 54 54 55 #include <iprt/base64.h> -
trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp
r65919 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_MAIN_CONSOLE 23 #include "LoggingNew.h" 24 22 25 #include "ConsoleImpl.h" 23 26 #include "Global.h" … … 25 28 26 29 #include "AutoCaller.h" 27 #include "Logging.h"28 30 #include "HashedPw.h" 29 31 -
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r65164 r67914 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #define LOG_GROUP LOG_GROUP_MAIN_CONSOLE 19 #include "LoggingNew.h" 17 20 18 21 #include "ConsoleVRDPServer.h" … … 35 38 #include "Global.h" 36 39 #include "AutoCaller.h" 37 #include "Logging.h"38 40 39 41 #include <iprt/asm.h> … … 48 50 #include <VBox/com/listeners.h> 49 51 #include <VBox/HostServices/VBoxCrOpenGLSvc.h> 52 50 53 51 54 class VRDPConsoleListener -
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r67531 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_DISPLAY 19 #include "LoggingNew.h" 20 18 21 #include "DisplayImpl.h" 19 22 #include "DisplayUtils.h" … … 24 27 25 28 #include "AutoCaller.h" 26 #include "Logging.h"27 29 28 30 /* generated header */ -
trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp
r67531 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 * VirtualBox IDisplay implementation 3 * VirtualBox IDisplay implementation, helpers for legacy GAs. 4 4 * 5 5 * Methods and helpers to support old guest additions 3.x or older. … … 19 19 */ 20 20 21 #define LOG_GROUP LOG_GROUP_MAIN_DISPLAY 22 #include "LoggingNew.h" 23 21 24 #include "DisplayImpl.h" 22 25 #include "ConsoleImpl.h" 23 26 #include "ConsoleVRDPServer.h" 24 27 #include "VMMDev.h" 25 26 #include "Logging.h"27 28 28 29 /* generated header */ -
trunk/src/VBox/Main/src-client/DisplaySourceBitmapImpl.cpp
r63259 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * Bitmap of a guest screen implementation. 5 4 */ … … 17 16 */ 18 17 18 #define LOG_GROUP LOG_GROUP_MAIN_DISPLAYSOURCEBITMAP 19 #include "LoggingNew.h" 20 19 21 #include "DisplayImpl.h" 20 #include "Logging.h"21 22 22 23 /* -
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r65734 r67914 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_HOST_AUDIO 23 #include "LoggingNew.h" 24 23 25 #include <VBox/log.h> 24 26 #include "DrvAudioVRDE.h" -
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r66266 r67914 34 34 *********************************************************************************************************************************/ 35 35 #define LOG_GROUP LOG_GROUP_DRV_HOST_AUDIO 36 #include <VBox/log.h> 36 #include "LoggingNew.h" 37 37 38 #include "DrvAudioVideoRec.h" 38 39 #include "ConsoleImpl.h" -
trunk/src/VBox/Main/src-client/EbmlWriter.cpp
r67777 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_DISPLAY 19 #include "LoggingNew.h" 18 20 19 21 #include <list> … … 36 38 #include "EbmlWriter.h" 37 39 #include "EbmlMkvIDs.h" 38 #include "Logging.h"39 40 40 41 -
trunk/src/VBox/Main/src-client/EbmlWriter.h
r65435 r67914 145 145 }; 146 146 147 #endif /* ____EBMLWRITER */147 #endif /* !____EBMLWRITER */ -
trunk/src/VBox/Main/src-client/EmulatedUSBImpl.cpp
r66891 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * Emulated USB manager implementation. 5 4 */ … … 17 16 */ 18 17 19 #define LOG_GROUP_MAIN_OVERRIDE LOG_GROUP_MAIN_EMULATEDUSB 18 #define LOG_GROUP LOG_GROUP_MAIN_EMULATEDUSB 19 #include "LoggingNew.h" 20 20 21 21 #include "EmulatedUSBImpl.h" 22 22 #include "ConsoleImpl.h" 23 #include "Logging.h"24 23 25 24 #include <VBox/vmm/pdmusb.h> -
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r63182 r67914 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL 19 #include "LoggingNew.h" 17 20 18 21 #include "GuestImpl.h" … … 44 47 45 48 #include <memory> 46 47 #ifdef LOG_GROUP48 #undef LOG_GROUP49 #endif50 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL51 #include <VBox/log.h>52 49 53 50 -
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r66900 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL 23 #include "LoggingNew.h" 24 22 25 #ifndef VBOX_WITH_GUEST_CONTROL 23 26 # error "VBOX_WITH_GUEST_CONTROL must defined in this file" … … 33 36 # include <iprt/file.h> 34 37 #endif /* DEBUG */ 35 36 #ifdef LOG_GROUP37 #undef LOG_GROUP38 #endif39 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL40 #include <VBox/log.h>41 38 42 39 -
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r63259 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL //LOG_GROUP_MAIN_GUESTDIRECTORY 23 #include "LoggingNew.h" 24 22 25 #ifndef VBOX_WITH_GUEST_CONTROL 23 26 # error "VBOX_WITH_GUEST_CONTROL must defined in this file" … … 31 34 32 35 #include <VBox/com/array.h> 33 34 #ifdef LOG_GROUP35 #undef LOG_GROUP36 #endif37 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL38 #include <VBox/log.h>39 36 40 37 -
trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp
r63259 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 * Private guest drag and drop code, used by GuestDnDTarget + 4 * GuestDnDSource. 3 * Private guest drag and drop code, used by GuestDnDTarget + GuestDnDSource. 5 4 */ 6 5 … … 17 16 */ 18 17 18 #define LOG_GROUP LOG_GROUP_GUEST_DND 19 #include "LoggingNew.h" 20 19 21 #include "GuestImpl.h" 20 22 #include "AutoCaller.h" … … 39 41 # include <VBox/version.h> 40 42 41 # ifdef LOG_GROUP 42 # undef LOG_GROUP 43 # endif 44 # define LOG_GROUP LOG_GROUP_GUEST_DND 45 # include <VBox/log.h> 46 47 /** 43 /** @page pg_main_dnd Dungeons & Dragons - Overview 48 44 * Overview: 49 45 * -
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r63475 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_DND //LOG_GROUP_MAIN_GUESTDNDSOURCE 23 #include "LoggingNew.h" 24 22 25 #include "GuestImpl.h" 23 26 #include "GuestDnDSourceImpl.h" … … 39 42 #include <VBox/com/array.h> 40 43 41 #ifdef LOG_GROUP42 #undef LOG_GROUP43 #endif44 #define LOG_GROUP LOG_GROUP_GUEST_DND45 #include <VBox/log.h>46 44 47 45 /** -
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r64978 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_DND //LOG_GROUP_MAIN_GUESTDNDTARGET 23 #include "LoggingNew.h" 24 22 25 #include "GuestImpl.h" 23 26 #include "GuestDnDTargetImpl.h" … … 41 44 #include <VBox/GuestHost/DragAndDrop.h> 42 45 #include <VBox/HostServices/Service.h> 43 44 #ifdef LOG_GROUP45 #undef LOG_GROUP46 #endif47 #define LOG_GROUP LOG_GROUP_GUEST_DND48 #include <VBox/log.h>49 46 50 47 -
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r63244 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL //LOG_GROUP_MAIN_GUESTFILE 23 #include "LoggingNew.h" 24 22 25 #ifndef VBOX_WITH_GUEST_CONTROL 23 26 # error "VBOX_WITH_GUEST_CONTROL must defined in this file" … … 38 41 #include <VBox/com/array.h> 39 42 #include <VBox/com/listeners.h> 40 41 #ifdef LOG_GROUP42 #undef LOG_GROUP43 #endif44 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL45 #include <VBox/log.h>46 43 47 44 -
trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp
r62485 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL // LOG_GROUP_MAIN_GUESTFSOBJINFO 23 #include "LoggingNew.h" 24 22 25 #ifndef VBOX_WITH_GUEST_CONTROL 23 26 # error "VBOX_WITH_GUEST_CONTROL must defined in this file" … … 31 34 #include <VBox/com/array.h> 32 35 33 #ifdef LOG_GROUP34 #undef LOG_GROUP35 #endif36 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL37 #include <VBox/log.h>38 36 39 37 -
trunk/src/VBox/Main/src-client/GuestImpl.cpp
r67793 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_GUEST 19 #include "LoggingNew.h" 20 18 21 #include "GuestImpl.h" 19 22 #ifdef VBOX_WITH_GUEST_CONTROL … … 29 32 30 33 #include "AutoCaller.h" 31 #include "Logging.h"32 34 #include "Performance.h" 33 35 #include "VBoxEvents.h" -
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r65120 r67914 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL //LOG_GROUP_MAIN_GUESTPROCESS 32 #include "LoggingNew.h" 33 31 34 #ifndef VBOX_WITH_GUEST_CONTROL 32 35 # error "VBOX_WITH_GUEST_CONTROL must defined in this file" … … 52 55 53 56 #include <VBox/com/array.h> 54 55 #ifdef LOG_GROUP56 #undef LOG_GROUP57 #endif58 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL59 #include <VBox/log.h>60 57 61 58 -
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r65120 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL //LOG_GROUP_MAIN_GUESTSESSION 23 #include "LoggingNew.h" 24 22 25 #include "GuestImpl.h" 23 26 #ifndef VBOX_WITH_GUEST_CONTROL … … 44 47 #include <VBox/com/listeners.h> 45 48 #include <VBox/version.h> 46 47 #ifdef LOG_GROUP48 #undef LOG_GROUP49 #endif50 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL51 #include <VBox/log.h>52 49 53 50 -
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r64939 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL //LOG_GROUP_MAIN_GUESTSESSION 23 #include "LoggingNew.h" 24 22 25 #include "GuestImpl.h" 23 26 #ifndef VBOX_WITH_GUEST_CONTROL … … 37 40 #include <iprt/file.h> /* For CopyTo/From. */ 38 41 #include <iprt/path.h> 39 40 #ifdef LOG_GROUP41 #undef LOG_GROUP42 #endif43 #define LOG_GROUP LOG_GROUP_GUEST_CONTROL44 #include <VBox/log.h>45 42 46 43 -
trunk/src/VBox/Main/src-client/HGCM.cpp
r63563 r67914 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * HGCM (Host-Guest Communication Manager) 5 4 */ … … 17 16 */ 18 17 19 #define LOG_GROUP _MAIN_OVERRIDELOG_GROUP_HGCM20 #include "Logging .h"18 #define LOG_GROUP LOG_GROUP_HGCM 19 #include "LoggingNew.h" 21 20 22 21 #include "HGCM.h" -
trunk/src/VBox/Main/src-client/HGCMObjects.cpp
r62485 r67914 16 16 */ 17 17 18 #define LOG_GROUP _MAIN_OVERRIDELOG_GROUP_HGCM19 #include "Logging .h"18 #define LOG_GROUP LOG_GROUP_HGCM 19 #include "LoggingNew.h" 20 20 21 21 #include "HGCMObjects.h" -
trunk/src/VBox/Main/src-client/HGCMThread.cpp
r62485 r67914 16 16 */ 17 17 18 #define LOG_GROUP _MAIN_OVERRIDELOG_GROUP_HGCM19 #include "Logging .h"18 #define LOG_GROUP LOG_GROUP_HGCM 19 #include "LoggingNew.h" 20 20 21 21 #include "HGCMThread.h" -
trunk/src/VBox/Main/src-client/KeyboardImpl.cpp
r65120 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_KEYBOARD 19 #include "LoggingNew.h" 20 18 21 #include "KeyboardImpl.h" 19 22 #include "ConsoleImpl.h" 20 23 21 24 #include "AutoCaller.h" 22 #include "Logging.h"23 25 24 26 #include <VBox/com/array.h> -
trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp
r65550 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_MAIN_MACHINEDEBUGGER 23 #include "LoggingNew.h" 24 22 25 #include "MachineDebuggerImpl.h" 23 26 … … 26 29 27 30 #include "AutoCaller.h" 28 #include "Logging.h"29 31 30 32 #include <VBox/vmm/em.h> -
trunk/src/VBox/Main/src-client/MouseImpl.cpp
r65103 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_MOUSE 19 #include "LoggingNew.h" 20 18 21 #include <iprt/cpp/utils.h> 19 22 … … 24 27 25 28 #include "AutoCaller.h" 26 #include "Logging.h"27 29 28 30 #include <VBox/vmm/pdmdrv.h> -
trunk/src/VBox/Main/src-client/Nvram.cpp
r63259 r67914 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DEV_EFI 23 #include "LoggingNew.h" 24 22 25 #include "Nvram.h" 23 26 #include "ConsoleImpl.h" -
trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp
r65103 r67914 16 16 */ 17 17 18 #include "Logging.h" 18 #define LOG_GROUP LOG_GROUP_DEV_PCI_RAW 19 #include "LoggingNew.h" 20 19 21 #include "PCIRawDevImpl.h" 20 22 #include "PCIDeviceAttachmentImpl.h" -
trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp
r65125 r67914 17 17 18 18 #define LOG_GROUP LOG_GROUP_USB_REMOTE 19 #include "LoggingNew.h" 20 19 21 #include "ConsoleImpl.h" 20 22 #include "ConsoleVRDPServer.h" -
trunk/src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp
r62485 r67914 1 1 /* $Id$ */ 2 3 2 /** @file 4 * 5 * VirtualBox IHostUSBDevice COM interface implementation 6 * for remote (VRDP) USB devices 3 * VirtualBox IHostUSBDevice COM interface implementation for remote (VRDP) USB devices. 7 4 */ 8 5 … … 19 16 */ 20 17 18 #define LOG_GROUP LOG_GROUP_MAIN_HOSTUSBDEVICE 19 #include "LoggingNew.h" 20 21 21 #include "RemoteUSBDeviceImpl.h" 22 22 23 23 #include "AutoCaller.h" 24 #include "Logging.h"25 24 26 25 #include <iprt/cpp/utils.h> … … 30 29 #include <VBox/RemoteDesktop/VRDE.h> 31 30 #include <VBox/vrdpusb.h> 31 32 32 33 33 // constructor / destructor -
trunk/src/VBox/Main/src-client/SessionImpl.cpp
r66217 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_SESSION 19 #include "LoggingNew.h" 20 18 21 #include "SessionImpl.h" 19 22 #include "ConsoleImpl.h" … … 22 25 23 26 #include "AutoCaller.h" 24 #include "Logging.h"25 27 26 28 #include <VBox/err.h> 27 29 #include <iprt/process.h> 30 28 31 29 32 /** -
trunk/src/VBox/Main/src-client/USBDeviceImpl.cpp
r62485 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_USBDEVICE 19 #include "LoggingNew.h" 20 18 21 #include "USBDeviceImpl.h" 19 22 20 23 #include "AutoCaller.h" 21 #include "Logging.h"22 24 23 25 #include <iprt/cpp/utils.h> 26 24 27 25 28 // constructor / destructor -
trunk/src/VBox/Main/src-client/UsbCardReader.cpp
r63563 r67914 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_USB_CARDREADER 23 #include "LoggingNew.h" 24 23 25 #include "UsbCardReader.h" 24 26 #include "ConsoleImpl.h" -
trunk/src/VBox/Main/src-client/UsbWebcamInterface.cpp
r63563 r67914 18 18 19 19 #define LOG_GROUP LOG_GROUP_USB_WEBCAM 20 #include "LoggingNew.h" 21 20 22 #include "UsbWebcamInterface.h" 21 23 #include "ConsoleImpl.h" -
trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
r65171 r67914 21 21 * Header Files * 22 22 *********************************************************************************************************************************/ 23 #define LOG_GROUP LOG_GROUP_MAIN 24 #include "LoggingNew.h" 25 23 26 #include "MouseImpl.h" 24 27 #include "KeyboardImpl.h" … … 41 44 #endif 42 45 43 #include "Logging.h"44 45 46 #include <VBox/vmm/pdmdrv.h> 46 47 #include <VBox/version.h> 48 47 49 48 50 /** -
trunk/src/VBox/Main/src-client/VMMDevInterface.cpp
r65088 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_VMMDEVINTERFACES 19 #include "LoggingNew.h" 20 18 21 #include "VMMDev.h" 19 22 #include "ConsoleImpl.h" … … 21 24 #include "GuestImpl.h" 22 25 #include "MouseImpl.h" 23 24 #include "Logging.h"25 26 26 27 #include <VBox/vmm/pdmdrv.h> -
trunk/src/VBox/Main/src-client/VideoRec.cpp
r67642 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN 18 #define LOG_GROUP LOG_GROUP_MAIN_DISPLAY 19 #include "LoggingNew.h" 19 20 20 21 #include <stdexcept> -
trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp
r66926 r67914 16 16 */ 17 17 18 #define LOG_GROUP LOG_GROUP_MAIN_VIRTUALBOXCLIENT 19 #include "LoggingNew.h" 20 18 21 #include "VirtualBoxClientImpl.h" 19 22 20 23 #include "AutoCaller.h" 21 24 #include "VBoxEvents.h" 22 #include "Logging.h"23 25 #include "VBox/com/ErrorInfo.h" 24 26
Note:
See TracChangeset
for help on using the changeset viewer.