VirtualBox

Changeset 75605 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 20, 2018 10:04:56 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Implemented stub for IGuestSession::fsObjRemoveArray().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r74953 r75605  
    38613861}
    38623862
     3863HRESULT GuestSession::fsObjRemoveArray(const std::vector<com::Utf8Str> &aPaths, ComPtr<IProgress> &aProgress)
     3864{
     3865    AutoCaller autoCaller(this);
     3866    if (FAILED(autoCaller.rc())) return autoCaller.rc();
     3867
     3868    RT_NOREF(aPaths, aProgress);
     3869
     3870    return E_NOTIMPL;
     3871}
     3872
    38633873HRESULT GuestSession::fsObjRename(const com::Utf8Str &aSource,
    38643874                                  const com::Utf8Str &aDestination,
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