Changeset 6388 in vbox for trunk/src/VBox/Main/SharedFolderImpl.cpp
- Timestamp:
- Jan 18, 2008 10:01:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SharedFolderImpl.cpp
r6384 r6388 63 63 */ 64 64 HRESULT SharedFolder::init (Machine *aMachine, 65 const BSTR aName, const BSTR aHostPath, boolaWritable)65 const BSTR aName, const BSTR aHostPath, BOOL aWritable) 66 66 { 67 67 /* Enclose the state transition NotReady->InInit->Ready */ … … 121 121 */ 122 122 HRESULT SharedFolder::init (Console *aConsole, 123 const BSTR aName, const BSTR aHostPath, boolaWritable)123 const BSTR aName, const BSTR aHostPath, BOOL aWritable) 124 124 { 125 125 /* Enclose the state transition NotReady->InInit->Ready */ … … 149 149 */ 150 150 HRESULT SharedFolder::init (VirtualBox *aVirtualBox, 151 const BSTR aName, const BSTR aHostPath, boolaWritable)151 const BSTR aName, const BSTR aHostPath, BOOL aWritable) 152 152 { 153 153 /* Enclose the state transition NotReady->InInit->Ready */ … … 173 173 */ 174 174 HRESULT SharedFolder::protectedInit (VirtualBoxBaseWithChildrenNEXT *aParent, 175 const BSTR aName, const BSTR aHostPath, boolaWritable)175 const BSTR aName, const BSTR aHostPath, BOOL aWritable) 176 176 { 177 177 LogFlowThisFunc (("aName={%ls}, aHostPath={%ls}, aWritable={%d}\n",
Note:
See TracChangeset
for help on using the changeset viewer.