Changeset 57358 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedFolders
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r55162 r57358 22 22 */ 23 23 24 /****************************************************************************** 25 * Header Files * 26 ******************************************************************************/ 24 25 /********************************************************************************************************************************* 26 * Header Files * 27 *********************************************************************************************************************************/ 27 28 28 29 #include "tstSharedFolderService.h" … … 40 41 41 42 42 /****************************************************************************** 43 * Global Variables *44 ****************************************************************************** /43 /********************************************************************************************************************************* 44 * Global Variables * 45 *********************************************************************************************************************************/ 45 46 static RTTEST g_hTest = NIL_RTTEST; 46 47 47 48 48 /****************************************************************************** 49 * Declarations *50 ****************************************************************************** /49 /********************************************************************************************************************************* 50 * Declarations * 51 *********************************************************************************************************************************/ 51 52 extern "C" DECLCALLBACK(DECLEXPORT(int)) VBoxHGCMSvcLoad (VBOXHGCMSVCFNTABLE *ptable); 52 53 53 54 54 /****************************************************************************** 55 * Helpers *56 ****************************************************************************** /55 /********************************************************************************************************************************* 56 * Helpers * 57 *********************************************************************************************************************************/ 57 58 58 59 /** Simple call handle structure for the guest call completion callback */ … … 111 112 112 113 113 /****************************************************************************** 114 * Stub functions and data *115 ****************************************************************************** /114 /********************************************************************************************************************************* 115 * Stub functions and data * 116 *********************************************************************************************************************************/ 116 117 117 118 static PRTDIR testRTDirClosepDir; … … 408 409 409 410 410 /****************************************************************************** 411 * Tests *412 ****************************************************************************** /411 /********************************************************************************************************************************* 412 * Tests * 413 *********************************************************************************************************************************/ 413 414 414 415 /* Sub-tests for testMappingsQuery(). */ … … 1112 1113 } 1113 1114 1114 /****************************************************************************** 1115 * Main code * 1116 ******************************************************************************/ 1115 1116 /********************************************************************************************************************************* 1117 * Main code * 1118 *********************************************************************************************************************************/ 1117 1119 1118 1120 static void testAPI(RTTEST hTest) -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp
r38737 r57358 15 15 */ 16 16 17 /******************************************************************************* 18 * Header Files * 19 *******************************************************************************/ 17 18 /********************************************************************************************************************************* 19 * Header Files * 20 *********************************************************************************************************************************/ 20 21 #define LOG_GROUP LOG_GROUP_MISC 21 22 #define LOG_ENABLED … … 34 35 35 36 36 /******************************************************************************* 37 * Defined Constants And Macros *38 ******************************************************************************* /37 /********************************************************************************************************************************* 38 * Defined Constants And Macros * 39 *********************************************************************************************************************************/ 39 40 /* Override slash for non-windows hosts. */ 40 41 #undef RTPATH_DELIMITER … … 48 49 49 50 50 /******************************************************************************* 51 * Global Variables *52 ******************************************************************************* /51 /********************************************************************************************************************************* 52 * Global Variables * 53 *********************************************************************************************************************************/ 53 54 static int iDirList = 0; 54 55 static int iDirFile = 0; -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
r44528 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #include <VBox/shflsvc.h> 22 23 #include <iprt/string.h> -
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h
r56962 r57358 25 25 #define VBSF_F_PATH_HAS_WILDCARD_IN_LAST UINT32_C(0x00000002) /* The last component contains a wildcard. */ 26 26 27 /** 27 /** 28 28 * 29 29 * @param pClient Shared folder client.
Note:
See TracChangeset
for help on using the changeset viewer.