VirtualBox

Changeset 9146 in vbox for trunk


Ignore:
Timestamp:
May 27, 2008 8:53:19 AM (17 years ago)
Author:
vboxsync
Message:

Backed out r31259.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/shflsvc.h

    r9134 r9146  
    233233#define SHFL_CF_DIRECTORY             (0x00000004)
    234234
    235 /** Append data to a file. */
    236 #define SHFL_CF_APPEND                (0x00000008)
    237 
    238235/** Open/create action to do if object exists
    239236 *  and if the object does not exists.
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r9134 r9146  
    603603        rc = VERR_INVALID_PARAMETER;
    604604        Log(("FLAG: SHFL_CF_ACT_MASK_IF_EXISTS - invalid parameter\n"));
    605     }
    606 
    607     if (fShflFlags & SHFL_CF_APPEND)
    608     {
    609         Log(("FLAG: SHFL_CF_APPEND\n"));
    610         /** @todo fOpen |= RTFILE_O_APPEND; */
    611605    }
    612606
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette