Changeset 6387 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 18, 2008 9:54:50 PM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r6384 r6387 1995 1995 1996 1996 STDMETHODIMP 1997 Console::CreateSharedFolder (INPTR BSTR aName, INPTR BSTR aHostPath, BOOLaWritable)1997 Console::CreateSharedFolder (INPTR BSTR aName, INPTR BSTR aHostPath, bool aWritable) 1998 1998 { 1999 1999 if (!aName || !aHostPath) -
trunk/src/VBox/Main/include/ConsoleImpl.h
r6384 r6387 134 134 STDMETHOD(AttachUSBDevice) (INPTR GUIDPARAM aId); 135 135 STDMETHOD(DetachUSBDevice) (INPTR GUIDPARAM aId, IUSBDevice **aDevice); 136 STDMETHOD(CreateSharedFolder) (INPTR BSTR aName, INPTR BSTR aHostPath, BOOLaWritable);136 STDMETHOD(CreateSharedFolder) (INPTR BSTR aName, INPTR BSTR aHostPath, bool aWritable); 137 137 STDMETHOD(RemoveSharedFolder) (INPTR BSTR aName); 138 138 STDMETHOD(TakeSnapshot) (INPTR BSTR aName, INPTR BSTR aDescription,
Note:
See TracChangeset
for help on using the changeset viewer.