VirtualBox

Ignore:
Timestamp:
Jun 26, 2009 9:35:27 AM (15 years ago)
Author:
vboxsync
Message:

Main: Added stubs for Cd & CdUp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VFSExplorerImpl.cpp

    r20206 r20963  
    556556}
    557557
     558STDMETHODIMP VFSExplorer::Cd(IN_BSTR aDir, IProgress **aProgress)
     559{
     560    CheckComArgNotNull(aDir);
     561    CheckComArgOutPointerValid(aProgress);
     562
     563    return E_NOTIMPL;
     564}
     565
     566STDMETHODIMP VFSExplorer::CdUp(IProgress **aProgress)
     567{
     568    CheckComArgOutPointerValid(aProgress);
     569
     570    return E_NOTIMPL;
     571}
     572
    558573STDMETHODIMP VFSExplorer::EntryList(ComSafeArrayOut(BSTR, aNames), ComSafeArrayOut(VFSFileType_T, aTypes))
    559574{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette