- Timestamp:
- Apr 8, 2019 12:16:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r78038 r78039 3494 3494 ComPtr<IProgress> &aProgress) 3495 3495 { 3496 RT_NOREF(aFlags);3497 3498 3496 AutoCaller autoCaller(this); 3499 3497 if (FAILED(autoCaller.rc())) return autoCaller.rc(); … … 3509 3507 switch (aFlags[i]) 3510 3508 { 3509 case DirectoryRemoveRecFlag_None: /* Skip. */ 3510 continue; 3511 3511 3512 case DirectoryRemoveRecFlag_ContentAndDir: 3512 3513 fFlags = DIRREMOVEREC_FLAG_RECURSIVE | DIRREMOVEREC_FLAG_CONTENT_AND_DIR;
Note:
See TracChangeset
for help on using the changeset viewer.