Changeset 68650 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Sep 5, 2017 2:34:23 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/lib
- Files:
-
- 29 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3Lib.cpp
r68581 r68650 64 64 #include <iprt/thread.h> 65 65 #include <VBox/log.h> 66 #include "VB GLR3Internal.h"66 #include "VBoxGuestR3LibInternal.h" 67 67 68 68 #ifdef VBOX_VBGLR3_XFREE86 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibAdditions.cpp
r64525 r68650 34 34 #include <VBox/log.h> 35 35 #include <VBox/version.h> 36 #include "VB GLR3Internal.h"36 #include "VBoxGuestR3LibInternal.h" 37 37 38 38 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibAutoLogon.cpp
r62679 r68650 34 34 #endif 35 35 36 #include "VB GLR3Internal.h"36 #include "VBoxGuestR3LibInternal.h" 37 37 38 38 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibBalloon.cpp
r68550 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 #include <iprt/string.h> 33 33 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r68638 r68650 32 32 #include <iprt/assert.h> 33 33 #include <iprt/string.h> 34 #include "VB GLR3Internal.h"34 #include "VBoxGuestR3LibInternal.h" 35 35 36 36 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibCoreDump.cpp
r68550 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 33 33 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibCpuHotPlug.cpp
r68550 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 33 33 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibCredentials.cpp
r62521 r68650 35 35 #include <VBox/log.h> 36 36 37 #include "VB GLR3Internal.h"37 #include "VBoxGuestR3LibInternal.h" 38 38 39 39 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDaemonize.cpp
r62882 r68650 54 54 #include <iprt/process.h> 55 55 #include <iprt/string.h> 56 #include "VB GLR3Internal.h"56 #include "VBoxGuestR3LibInternal.h" 57 57 58 58 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r68528 r68650 50 50 using namespace DragAndDropSvc; 51 51 52 #include "VB GLR3Internal.h"52 #include "VBoxGuestR3LibInternal.h" 53 53 54 54 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibEvent.cpp
r68550 r68650 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/log.h> 32 #include "VB GLR3Internal.h"32 #include "VBoxGuestR3LibInternal.h" 33 33 34 34 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGR.cpp
r68550 r68650 33 33 #include <iprt/string.h> 34 34 #include <iprt/err.h> 35 #include "VB GLR3Internal.h"35 #include "VBoxGuestR3LibInternal.h" 36 36 37 37 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r68526 r68650 37 37 #include <VBox/HostServices/GuestControlSvc.h> 38 38 39 #include "VB GLR3Internal.h"39 #include "VBoxGuestR3LibInternal.h" 40 40 41 41 using namespace guestControl; -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestProp.cpp
r68550 r68650 42 42 #include <VBox/HostServices/GuestPropertySvc.h> 43 43 44 #include "VB GLR3Internal.h"44 #include "VBoxGuestR3LibInternal.h" 45 45 46 46 #ifdef VBOX_VBGLR3_XFREE86 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestUser.cpp
r62842 r68650 35 35 #include <iprt/string.h> 36 36 37 #include "VB GLR3Internal.h"37 #include "VBoxGuestR3LibInternal.h" 38 38 39 39 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibHGCM.cpp
r68550 r68650 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #include "VB GLR3Internal.h"32 #include "VBoxGuestR3LibInternal.h" 33 33 #include <VBox/VBoxGuestLib.h> 34 34 #include <iprt/string.h> -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibHostChannel.cpp
r68550 r68650 30 30 #include <VBox/HostServices/VBoxHostChannel.h> 31 31 32 #include "VB GLR3Internal.h"32 #include "VBoxGuestR3LibInternal.h" 33 33 34 34 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibHostVersion.cpp
r62679 r68650 38 38 #endif 39 39 40 #include "VB GLR3Internal.h"40 #include "VBoxGuestR3LibInternal.h" 41 41 42 42 /** -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibLog.cpp
r68561 r68650 31 31 #include <iprt/mem.h> 32 32 #include <iprt/string.h> 33 #include "VB GLR3Internal.h"33 #include "VBoxGuestR3LibInternal.h" 34 34 35 35 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibMisc.cpp
r68550 r68650 30 30 *********************************************************************************************************************************/ 31 31 #include <VBox/log.h> 32 #include "VB GLR3Internal.h"32 #include "VBoxGuestR3LibInternal.h" 33 33 34 34 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibModule.cpp
r63566 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 #include <iprt/mem.h> 33 33 #include <iprt/string.h> -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibMouse.cpp
r68550 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 33 33 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibPidFile.cpp
r62521 r68650 33 33 #include <iprt/string.h> 34 34 #include <iprt/process.h> 35 #include "VB GLR3Internal.h"35 #include "VBoxGuestR3LibInternal.h" 36 36 37 37 /** -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibSeamless.cpp
r68630 r68650 34 34 #include <VBox/log.h> 35 35 36 #include "VB GLR3Internal.h"36 #include "VBoxGuestR3LibInternal.h" 37 37 38 38 #ifdef VBOX_VBGLR3_XFREE86 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibSharedFolders.cpp
r68465 r68650 37 37 #include <VBox/shflsvc.h> /** @todo File should be moved to VBox/HostServices/SharedFolderSvc.h */ 38 38 39 #include "VB GLR3Internal.h"39 #include "VBoxGuestR3LibInternal.h" 40 40 41 41 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibStat.cpp
r62521 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 33 33 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibTime.cpp
r62521 r68650 30 30 *********************************************************************************************************************************/ 31 31 #include <iprt/time.h> 32 #include "VB GLR3Internal.h"32 #include "VBoxGuestR3LibInternal.h" 33 33 34 34 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp
r68440 r68650 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include "VB GLR3Internal.h"31 #include "VBoxGuestR3LibInternal.h" 32 32 33 33 #include <VBox/log.h> -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibVrdp.cpp
r68439 r68650 31 31 #include <iprt/time.h> 32 32 #include <iprt/string.h> 33 #include "VB GLR3Internal.h"33 #include "VBoxGuestR3LibInternal.h" 34 34 35 35
Note:
See TracChangeset
for help on using the changeset viewer.