Changeset 76526 in vbox
- Timestamp:
- Dec 30, 2018 5:52:33 AM (6 years ago)
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 12 edited
-
DragAndDrop/dndmanager.h (modified) (1 diff)
-
HostChannel/HostChannel.h (modified) (1 diff)
-
SharedClipboard/VBoxClipboard.h (modified) (1 diff)
-
SharedClipboard/darwin-pasteboard.h (modified) (1 diff)
-
SharedFolders/mappings.h (modified) (1 diff)
-
SharedFolders/shfl.h (modified) (1 diff)
-
SharedFolders/shflhandle.h (modified) (1 diff)
-
SharedFolders/testcase/tstSharedFolderService.h (modified) (1 diff)
-
SharedFolders/teststubs.h (modified) (1 diff)
-
SharedFolders/vbsf.h (modified) (1 diff)
-
SharedFolders/vbsfpath.h (modified) (1 diff)
-
SharedOpenGL/.scm-settings (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h
r74211 r76526 17 17 #ifndef ___VBox_HostService_DnD_dndmanager_h 18 18 #define ___VBox_HostService_DnD_dndmanager_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <VBox/GuestHost/DragAndDrop.h> -
trunk/src/VBox/HostServices/HostChannel/HostChannel.h
r69500 r76526 18 18 #ifndef __VBOXHOSTCHANNEL__H 19 19 #define __VBOXHOSTCHANNEL__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/list.h> -
trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h
r75498 r76526 18 18 #ifndef ___VBOXCLIPBOARD_H 19 19 #define ___VBOXCLIPBOARD_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/hgcmsvc.h> -
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h
r75498 r76526 18 18 #ifndef ___DARWIN_PASTEBOARD_H 19 19 #define ___DARWIN_PASTEBOARD_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef struct OpaquePasteboardRef *PasteboardRef; -
trunk/src/VBox/HostServices/SharedFolders/mappings.h
r75407 r76526 18 18 #ifndef ___MAPPINGS_H 19 19 #define ___MAPPINGS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "shfl.h" -
trunk/src/VBox/HostServices/SharedFolders/shfl.h
r75993 r76526 17 17 #ifndef ___SHFL_H 18 18 #define ___SHFL_H 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <VBox/err.h> -
trunk/src/VBox/HostServices/SharedFolders/shflhandle.h
r75336 r76526 18 18 #ifndef ___SHFLHANDLE_H 19 19 #define ___SHFLHANDLE_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "shfl.h" -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.h
r69500 r76526 17 17 #ifndef __VBSF_TEST_SHARED_FOLDER_SERVICE__H 18 18 #define __VBSF_TEST_SHARED_FOLDER_SERVICE__H 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 /* Grumble... if the coding style let us use the anonymous "struct RTTESTINT *" -
trunk/src/VBox/HostServices/SharedFolders/teststubs.h
r69753 r76526 23 23 #ifndef __VBSF_TEST_STUBS__H 24 24 #define __VBSF_TEST_STUBS__H 25 #ifndef RT_WITHOUT_PRAGMA_ONCE 26 # pragma once 27 #endif 25 28 26 29 #include <iprt/dir.h> -
trunk/src/VBox/HostServices/SharedFolders/vbsf.h
r76143 r76526 18 18 #ifndef ___vbsf_h___ 19 19 #define ___vbsf_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "shfl.h" -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h
r75709 r76526 18 18 #ifndef __VBSFPATH__H 19 19 #define __VBSFPATH__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "shfl.h" -
trunk/src/VBox/HostServices/SharedOpenGL/.scm-settings
r69390 r76526 18 18 19 19 # The basic config here is external copyright, however there are lots of exceptions 20 /*.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks 20 /*.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks --no-fix-header-guards 21 21 /crserverlib/presenter/server_presenter.h: --no-external-copyright --convert-tabs --strip-trailing-blanks 22 22 /render/renderspu_cocoa_helper.h: --no-external-copyright --convert-tabs --strip-trailing-blanks
Note:
See TracChangeset
for help on using the changeset viewer.

