Changeset 108058 in vbox
- Timestamp:
- Feb 4, 2025 10:50:17 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SharedFolderImpl.h
r108046 r108058 59 59 // HRESULT init(Console *aConsole, const com::Utf8Str &aName, const com::Utf8Str &aHostPath, 60 60 // bool aWritable, bool aAutoMount, const com::Utf8Str &aAutoMountPoint, bool fFailOnError); 61 HRESULT init(VirtualBox *aVirtualBox, const Utf8Str &aName, constUtf8Str &aHostPath,61 HRESULT init(VirtualBox *aVirtualBox, const com::Utf8Str &aName, const com::Utf8Str &aHostPath, 62 62 bool aWritable, bool aAutoMount, const com::Utf8Str &aAutoMountPoint, bool fFailOnError, 63 63 SymlinkPolicy_T enmSymlinkPolicy);
Note:
See TracChangeset
for help on using the changeset viewer.