Changeset 20963 in vbox for trunk/src/VBox/Main/VFSExplorerImpl.cpp
- Timestamp:
- Jun 26, 2009 9:35:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VFSExplorerImpl.cpp
r20206 r20963 556 556 } 557 557 558 STDMETHODIMP VFSExplorer::Cd(IN_BSTR aDir, IProgress **aProgress) 559 { 560 CheckComArgNotNull(aDir); 561 CheckComArgOutPointerValid(aProgress); 562 563 return E_NOTIMPL; 564 } 565 566 STDMETHODIMP VFSExplorer::CdUp(IProgress **aProgress) 567 { 568 CheckComArgOutPointerValid(aProgress); 569 570 return E_NOTIMPL; 571 } 572 558 573 STDMETHODIMP VFSExplorer::EntryList(ComSafeArrayOut(BSTR, aNames), ComSafeArrayOut(VFSFileType_T, aTypes)) 559 574 {
Note:
See TracChangeset
for help on using the changeset viewer.