Changeset 33540 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/HostServices/SharedFolders
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/service.cpp
r33439 r33540 54 54 * 55 55 * Guest may use any of these mappings. Full path information 56 * about an object on a mapping consists of the root i ndentifier and56 * about an object on a mapping consists of the root identifier and 57 57 * a full path of object. 58 58 * -
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
r28800 r33540 65 65 * The host VMMDev device takes care about this. 66 66 * 67 * Therefore this testcase verifies whether structure sizes are correct for the curre bt ARCH_BITS.67 * Therefore this testcase verifies whether structure sizes are correct for the current ARCH_BITS. 68 68 */ 69 69 # if ARCH_BITS == 64 -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r33439 r33540 313 313 #ifdef RT_OS_DARWIN 314 314 /** @todo This belongs in rtPathToNative or in the windows shared folder file system driver... 315 * The question is simply whether the NFD normalization is actually applied on a (virt aul) file315 * The question is simply whether the NFD normalization is actually applied on a (virtual) file 316 316 * system level in darwin, or just by the user mode application libs. */ 317 317 SHFLSTRING *pPathParameter = pPath; … … 605 605 * @returns iprt status code 606 606 * @param fShflFlags shared folder create flags 607 * @param fMode file att ibutes607 * @param fMode file attributes 608 608 * @retval pfOpen iprt create flags 609 609 */ … … 1597 1597 #ifdef RT_OS_DARWIN 1598 1598 /** @todo This belongs in rtPathToNative or in the windows shared folder file system driver... 1599 * The question is simply whether the NFD normalization is actually applied on a (virt aul) file1599 * The question is simply whether the NFD normalization is actually applied on a (virtual) file 1600 1600 * system level in darwin, or just by the user mode application libs. */ 1601 1601 {
Note:
See TracChangeset
for help on using the changeset viewer.