VirtualBox

Ignore:
Timestamp:
Apr 24, 2018 9:41:07 AM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Implemented stubs IGuestSession:copy[From|To]Guest() ( @bugref{9135} ) and do validation and heavy lifting in internal helper functions i_copyFromGuest() and i_copyToGuest(), also for the rest of the API copy functions.

File:
1 edited

Legend:

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

    r71976 r72001  
    2727#include "GuestFileImpl.h"
    2828#include "GuestFsObjInfoImpl.h"
     29#include "GuestSessionImplTasks.h"
    2930
    3031#include <deque>
     
    261262     * @todo r=bird: Most of these are public for no real reason...
    262263     * @{ */
     264    HRESULT                 i_copyFromGuest(const GuestSessionFsSourceSet &SourceSet, const com::Utf8Str &strDestination,
     265                                            ComPtr<IProgress> &pProgress);
     266    HRESULT                 i_copyToGuest(const GuestSessionFsSourceSet &SourceSet, const com::Utf8Str &strDestination,
     267                                          ComPtr<IProgress> &pProgress);
    263268    int                     i_closeSession(uint32_t uFlags, uint32_t uTimeoutMS, int *pGuestRc);
    264269    inline bool             i_directoryExists(uint32_t uDirID, ComObjPtr<GuestDirectory> *pDir);
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