Changeset 76570 in vbox
- Timestamp:
- Jan 1, 2019 4:36:36 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127872
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h
r76553 r76570 15 15 */ 16 16 17 #ifndef ___VBox_HostService_DnD_dndmanager_h18 #define ___VBox_HostService_DnD_dndmanager_h17 #ifndef VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h 18 #define VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 110 110 void *m_pvProgressUser; 111 111 }; 112 #endif /* ___VBox_HostService_DnD_dndmanager_h */112 #endif /* !VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h */ 113 113 -
trunk/src/VBox/HostServices/HostChannel/HostChannel.h
r76553 r76570 16 16 */ 17 17 18 #ifndef __VBOXHOSTCHANNEL__H19 #define __VBOXHOSTCHANNEL__H18 #ifndef VBOX_INCLUDED_SRC_HostChannel_HostChannel_h 19 #define VBOX_INCLUDED_SRC_HostChannel_HostChannel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 135 135 uint32_t cbEvent); 136 136 137 #endif /* __VBOXHOSTCHANNEL__H*/137 #endif /* !VBOX_INCLUDED_SRC_HostChannel_HostChannel_h */ -
trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h
r76553 r76570 16 16 */ 17 17 18 #ifndef ___VBOXCLIPBOARD_H19 #define ___VBOXCLIPBOARD_H18 #ifndef VBOX_INCLUDED_SRC_SharedClipboard_VBoxClipboard_h 19 #define VBOX_INCLUDED_SRC_SharedClipboard_VBoxClipboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 100 100 #endif 101 101 102 #endif /* ! ___VBOXCLIPBOARD_H*/102 #endif /* !VBOX_INCLUDED_SRC_SharedClipboard_VBoxClipboard_h */ 103 103 -
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h
r76553 r76570 16 16 */ 17 17 18 #ifndef ___DARWIN_PASTEBOARD_H19 #define ___DARWIN_PASTEBOARD_H18 #ifndef VBOX_INCLUDED_SRC_SharedClipboard_darwin_pasteboard_h 19 #define VBOX_INCLUDED_SRC_SharedClipboard_darwin_pasteboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 31 31 int writeToPasteboard(PasteboardRef pPasteboard, void *pv, uint32_t cb, uint32_t fFormat); 32 32 33 #endif 33 #endif /* !VBOX_INCLUDED_SRC_SharedClipboard_darwin_pasteboard_h */ 34 34 -
trunk/src/VBox/HostServices/SharedFolders/mappings.h
r76553 r76570 16 16 */ 17 17 18 #ifndef ___MAPPINGS_H19 #define ___MAPPINGS_H18 #ifndef VBOX_INCLUDED_SRC_SharedFolders_mappings_h 19 #define VBOX_INCLUDED_SRC_SharedFolders_mappings_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 77 77 PMAPPING vbsfMappingGetByRoot(SHFLROOT root); 78 78 79 #endif /* ! ___MAPPINGS_H*/79 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_mappings_h */ 80 80 -
trunk/src/VBox/HostServices/SharedFolders/shfl.h
r76553 r76570 15 15 */ 16 16 17 #ifndef ___SHFL_H18 #define ___SHFL_H17 #ifndef VBOX_INCLUDED_SRC_SharedFolders_shfl_h 18 #define VBOX_INCLUDED_SRC_SharedFolders_shfl_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 70 70 typedef SHFLCLIENTDATA *PSHFLCLIENTDATA; 71 71 72 #endif /* ! ___SHFL_H*/72 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_shfl_h */ 73 73 -
trunk/src/VBox/HostServices/SharedFolders/shflhandle.h
r76553 r76570 16 16 */ 17 17 18 #ifndef ___SHFLHANDLE_H19 #define ___SHFLHANDLE_H18 #ifndef VBOX_INCLUDED_SRC_SharedFolders_shflhandle_h 19 #define VBOX_INCLUDED_SRC_SharedFolders_shflhandle_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 78 78 SHFLHANDLE handle); 79 79 80 #endif /* ! ___SHFLHANDLE_H*/80 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_shflhandle_h */ -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.h
r76553 r76570 15 15 */ 16 16 17 #ifndef __VBSF_TEST_SHARED_FOLDER_SERVICE__H18 #define __VBSF_TEST_SHARED_FOLDER_SERVICE__H17 #ifndef VBOX_INCLUDED_SRC_SharedFolders_testcase_tstSharedFolderService_h 18 #define VBOX_INCLUDED_SRC_SharedFolders_testcase_tstSharedFolderService_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 128 128 #endif 129 129 130 #endif /* __VBSF_TEST_SHARED_FOLDER_SERVICE__H*/130 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_testcase_tstSharedFolderService_h */ -
trunk/src/VBox/HostServices/SharedFolders/teststubs.h
r76553 r76570 21 21 * but I'm not sure that would be universally appreciated. */ 22 22 23 #ifndef __VBSF_TEST_STUBS__H24 #define __VBSF_TEST_STUBS__H23 #ifndef VBOX_INCLUDED_SRC_SharedFolders_teststubs_h 24 #define VBOX_INCLUDED_SRC_SharedFolders_teststubs_h 25 25 #ifndef RT_WITHOUT_PRAGMA_ONCE 26 26 # pragma once … … 85 85 extern int testRTSymlinkRead(const char *pszSymlink, char *pszTarget, size_t cbTarget, uint32_t fRead); 86 86 87 #endif /* __VBSF_TEST_STUBS__H*/87 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_teststubs_h */ -
trunk/src/VBox/HostServices/SharedFolders/vbsf.h
r76553 r76570 16 16 */ 17 17 18 #ifndef ___vbsf_h___19 #define ___vbsf_h___18 #ifndef VBOX_INCLUDED_SRC_SharedFolders_vbsf_h 19 #define VBOX_INCLUDED_SRC_SharedFolders_vbsf_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 46 46 int vbsfSymlink(SHFLCLIENTDATA *pClient, SHFLROOT root, SHFLSTRING *pNewPath, SHFLSTRING *pOldPath, SHFLFSOBJINFO *pInfo); 47 47 48 #endif /* ! ___vbsf_h___*/48 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_vbsf_h */ 49 49 -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h
r76553 r76570 16 16 */ 17 17 18 #ifndef __VBSFPATH__H19 #define __VBSFPATH__H18 #ifndef VBOX_INCLUDED_SRC_SharedFolders_vbsfpath_h 19 #define VBOX_INCLUDED_SRC_SharedFolders_vbsfpath_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 68 68 int vbsfPathAbs(const char *pszRoot, const char *pszPath, char *pszAbsPath, size_t cbAbsPath); 69 69 70 #endif /* ! __VBSFPATH__H*/70 #endif /* !VBOX_INCLUDED_SRC_SharedFolders_vbsfpath_h */
Note:
See TracChangeset
for help on using the changeset viewer.