Changeset 72001 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Apr 24, 2018 9:41:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r71976 r72001 27 27 #include "GuestFileImpl.h" 28 28 #include "GuestFsObjInfoImpl.h" 29 #include "GuestSessionImplTasks.h" 29 30 30 31 #include <deque> … … 261 262 * @todo r=bird: Most of these are public for no real reason... 262 263 * @{ */ 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); 263 268 int i_closeSession(uint32_t uFlags, uint32_t uTimeoutMS, int *pGuestRc); 264 269 inline bool i_directoryExists(uint32_t uDirID, ComObjPtr<GuestDirectory> *pDir);
Note:
See TracChangeset
for help on using the changeset viewer.