VirtualBox

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


Ignore:
Timestamp:
Apr 30, 2018 12:30:52 PM (7 years ago)
Author:
vboxsync
Message:

Main/GuestSessionImpl: Proposing more efficient and flexible copy flag parsing code. bugref:9135

File:
1 edited

Legend:

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

    r72067 r72070  
    267267                                          ComPtr<IProgress> &pProgress);
    268268    int                     i_closeSession(uint32_t uFlags, uint32_t uTimeoutMS, int *pGuestRc);
    269     static int              i_directoryCopyFlagFromStr(const com::Utf8Str &strFlags, DirectoryCopyFlag_T *pfFlags);
     269    HRESULT                 i_directoryCopyFlagFromStr(const com::Utf8Str &strFlags, DirectoryCopyFlag_T *pfFlags);
    270270    inline bool             i_directoryExists(uint32_t uDirID, ComObjPtr<GuestDirectory> *pDir);
    271271    int                     i_directoryUnregister(GuestDirectory *pDirectory);
     
    277277    int                     i_dispatchToObject(PVBOXGUESTCTRLHOSTCBCTX pCtxCb, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb);
    278278    int                     i_dispatchToThis(PVBOXGUESTCTRLHOSTCBCTX pCtxCb, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb);
    279     static int              i_fileCopyFlagFromStr(const com::Utf8Str &strFlags, FileCopyFlag_T *pfFlags);
     279    HRESULT                 i_fileCopyFlagFromStr(const com::Utf8Str &strFlags, FileCopyFlag_T *pfFlags);
    280280    inline bool             i_fileExists(uint32_t uFileID, ComObjPtr<GuestFile> *pFile);
    281281    int                     i_fileUnregister(GuestFile *pFile);
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