Changeset 33902 in vbox
- Timestamp:
- Nov 9, 2010 2:39:13 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/GuestImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r33898 r33902 2440 2440 } 2441 2441 2442 STDMETHODIMPGuest::createDirectoryInternal(IN_BSTR aDirectory,2443 IN_BSTR aUserName, IN_BSTR aPassword,2444 ULONG aMode, ULONG aFlags,2445 IProgress **aProgress, int *pRC)2442 HRESULT Guest::createDirectoryInternal(IN_BSTR aDirectory, 2443 IN_BSTR aUserName, IN_BSTR aPassword, 2444 ULONG aMode, ULONG aFlags, 2445 IProgress **aProgress, int *pRC) 2446 2446 { 2447 2447 #ifndef VBOX_WITH_GUEST_CONTROL
Note:
See TracChangeset
for help on using the changeset viewer.

