Changeset 75605 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 20, 2018 10:04:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r74953 r75605 3861 3861 } 3862 3862 3863 HRESULT 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 3863 3873 HRESULT GuestSession::fsObjRename(const com::Utf8Str &aSource, 3864 3874 const com::Utf8Str &aDestination,
Note:
See TracChangeset
for help on using the changeset viewer.