Changeset 62791 in vbox for trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
- Timestamp:
- Aug 1, 2016 7:06:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
r62489 r62791 252 252 /* Check if the host file system is case sensitive */ 253 253 RTFSPROPERTIES prop; 254 prop.fCaseSensitive = false; /* Shut up MSC. */ 254 255 char *pszAsciiRoot; 255 256 … … 486 487 int vbsfMappingsQueryWritable(PSHFLCLIENTDATA pClient, SHFLROOT root, bool *fWritable) 487 488 { 489 RT_NOREF1(pClient); 488 490 int rc = VINF_SUCCESS; 489 491 … … 506 508 int vbsfMappingsQueryAutoMount(PSHFLCLIENTDATA pClient, SHFLROOT root, bool *fAutoMount) 507 509 { 510 RT_NOREF1(pClient); 508 511 int rc = VINF_SUCCESS; 509 512 … … 525 528 int vbsfMappingsQuerySymlinksCreate(PSHFLCLIENTDATA pClient, SHFLROOT root, bool *fSymlinksCreate) 526 529 { 530 RT_NOREF1(pClient); 527 531 int rc = VINF_SUCCESS; 528 532 … … 636 640 int vbsfUnmapFolder(PSHFLCLIENTDATA pClient, SHFLROOT root) 637 641 { 642 RT_NOREF1(pClient); 638 643 int rc = VINF_SUCCESS; 639 644
Note:
See TracChangeset
for help on using the changeset viewer.