Changeset 35757 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 28, 2011 12:51:37 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69718
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SharedFolderImpl.h
r35755 r35757 46 46 47 47 // public initializer/uninitializer for internal purposes only 48 HRESULT init(Machine *aMachine, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount );48 HRESULT init(Machine *aMachine, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError); 49 49 HRESULT initCopy(Machine *aMachine, SharedFolder *aThat); 50 HRESULT init(Console *aConsole, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount );51 HRESULT init(VirtualBox *aVirtualBox, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount);50 HRESULT init(Console *aConsole, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError); 51 // HRESULT init(VirtualBox *aVirtualBox, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount, bool fFailOnError); 52 52 void uninit(); 53 53 … … 89 89 protected: 90 90 91 HRESULT protectedInit(VirtualBoxBase *aParent, const Utf8Str &aName, const Utf8Str &aHostPath, bool aWritable, bool aAutoMount); 91 HRESULT protectedInit(VirtualBoxBase *aParent, 92 const Utf8Str &aName, 93 const Utf8Str &aHostPath, 94 bool aWritable, 95 bool aAutoMount, 96 bool fFailOnError); 92 97 private: 93 98
Note:
See TracChangeset
for help on using the changeset viewer.