Changeset 72958 in vbox for trunk/src/VBox/Main/include/GuestSessionImplTasks.h
- Timestamp:
- Jul 7, 2018 9:27:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r72067 r72958 26 26 #include "ThreadTask.h" 27 27 28 #include <iprt/isofs.h> /* For UpdateAdditions. */ 29 #include <iprt/fs.h> /* For PCRTFSOBJINFO. */ 28 #include <iprt/vfs.h> 30 29 31 30 #include <vector> … … 196 195 uint64_t offCopy, uint64_t cbSize); 197 196 int fileCopyFromGuest(const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T fFileCopyFlags); 198 int fileCopyToGuestInner( PRTFILE phSrcFile, ComObjPtr<GuestFile> &dstFile, FileCopyFlag_T fFileCopyFlags,197 int fileCopyToGuestInner(RTVFSFILE hSrcFile, ComObjPtr<GuestFile> &dstFile, FileCopyFlag_T fFileCopyFlags, 199 198 uint64_t offCopy, uint64_t cbSize); 200 199 … … 364 363 365 364 int addProcessArguments(ProcessArguments &aArgumentsDest, const ProcessArguments &aArgumentsSource); 366 int copyFileToGuest(GuestSession *pSession, PRTISOFSFILE pISO, Utf8Str const &strFileSource, const Utf8Str &strFileDest, bool fOptional);365 int copyFileToGuest(GuestSession *pSession, RTVFS hVfsIso, Utf8Str const &strFileSource, const Utf8Str &strFileDest, bool fOptional); 367 366 int runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo); 368 367
Note:
See TracChangeset
for help on using the changeset viewer.