VirtualBox

Ignore:
Timestamp:
Feb 28, 2019 8:44:11 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Renamed GuestSessionTask::directoryCreate() -> GuestSessionTask::directoryCreateOnGuest() and added GuestSessionTask::directoryCreateOnHost().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r77068 r77495  
    188188    /** @name Directory handling primitives.
    189189     * @{ */
    190     int directoryCreate(const com::Utf8Str &strPath, DirectoryCreateFlag_T enmDirecotryCreateFlags, uint32_t uMode,
    191                         bool fFollowSymlinks);
     190    int directoryCreateOnGuest(const com::Utf8Str &strPath,
     191                               DirectoryCreateFlag_T enmDirectoryCreateFlags, uint32_t uMode,
     192                               bool fFollowSymlinks, bool fCanExist);
     193    int directoryCreateOnHost(const com::Utf8Str &strPath, uint32_t fCreate, uint32_t uMode, bool fCanExist);
    192194    /** @}  */
    193195
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