Changeset 97140 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 13, 2022 3:45:00 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r96407 r97140 131 131 132 132 int AddEntryFromHost(const Utf8Str &strFile, PCRTFSOBJINFO pcObjInfo); 133 int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir = "");133 int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir, char *pszPathReal, size_t cbPathReal); 134 134 135 135 public:
Note:
See TracChangeset
for help on using the changeset viewer.