Changeset 76526 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Dec 30, 2018 5:52:33 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127828
- Location:
- trunk/src/VBox/HostServices/SharedFolders
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note:
See TracChangeset
for help on using the changeset viewer.