VirtualBox

Changeset 71219 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Mar 5, 2018 9:32:09 PM (7 years ago)
Author:
vboxsync
Message:

Main: Build fixes for r121122++.

File:
1 edited

Legend:

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

    r71213 r71219  
    7676    /** @name Directory handling primitives.
    7777     * @{ */
    78     int directoryCreate(const com::Utf8Str &strPath, DirectoryCreateFlag_T enmDirecotryCreateFlags, uint32_t uMode, bool fFollowSymlinks);
     78    int directoryCreate(const com::Utf8Str &strPath, DirectoryCreateFlag_T enmDirecotryCreateFlags, uint32_t uMode,
     79                        bool fFollowSymlinks);
    7980    /** @}  */
    8081
    8182    /** @name File handling primitives.
    8283     * @{ */
    83     int fileCopyToGuestEx(const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T enmFileCopyFlags, PRTFILE pFile, uint64_t cbOffset, uint64_t cbSize);
     84    int fileCopyToGuestEx(const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T enmFileCopyFlags, PRTFILE pFile,
     85                          uint64_t cbOffset, uint64_t cbSize); /**< r=bird: 'cbOffset' makes no sense what so ever. It should be 'off', or do you mean sizeof(uint64_t)? */
    8486    int fileCopyToGuest(const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T enmFileCopyFlags);
    8587    /** @}  */
     
    144146public:
    145147
    146     SessionTaskCopyDirFrom(GuestSession *pSession,
    147                            const Utf8Str &strSource, const Utf8Str &strDest, const Utf8Str &strFilter, DirectoryCopyFlags_T enmDirCopyFlags);
     148    SessionTaskCopyDirFrom(GuestSession *pSession, const Utf8Str &strSource, const Utf8Str &strDest, const Utf8Str &strFilter,
     149                           DirectoryCopyFlags_T enmDirCopyFlags);
    148150    virtual ~SessionTaskCopyDirFrom(void);
    149151    int Run(void);
     
    151153protected:
    152154
    153     int directoryCopyToHost(const Utf8Str &strSource, const Utf8Str &strFilter, const Utf8Str &strDest, bool fRecursive, bool fFollowSymlinks,
    154                             const Utf8Str &strSubDir /* For recursion. */);
     155    int directoryCopyToHost(const Utf8Str &strSource, const Utf8Str &strFilter, const Utf8Str &strDest, bool fRecursive,
     156                            bool fFollowSymlinks, const Utf8Str &strSubDir /* For recursion. */);
    155157protected:
    156158
     
    168170public:
    169171
    170     SessionTaskCopyDirTo(GuestSession *pSession,
    171                          const Utf8Str &strSource, const Utf8Str &strDest, const Utf8Str &strFilter, DirectoryCopyFlags_T enmDirCopyFlags);
     172    SessionTaskCopyDirTo(GuestSession *pSession, const Utf8Str &strSource, const Utf8Str &strDest, const Utf8Str &strFilter,
     173                         DirectoryCopyFlags_T enmDirCopyFlags);
    172174    virtual ~SessionTaskCopyDirTo(void);
    173175    int Run(void);
     
    175177protected:
    176178
    177     int directoryCopyToGuest(const Utf8Str &strSource, const Utf8Str &strFilter, const Utf8Str &strDest, bool fRecursive, bool fFollowSymlinks,
    178                              const Utf8Str &strSubDir /* For recursion. */);
     179    int directoryCopyToGuest(const Utf8Str &strSource, const Utf8Str &strFilter, const Utf8Str &strDest, bool fRecursive,
     180                             bool fFollowSymlinks, const Utf8Str &strSubDir /* For recursion. */);
    179181protected:
    180182
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