Changeset 71253 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 7, 2018 11:38:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r71251 r71253 2452 2452 return setError(E_INVALIDARG, tr("No destination specified")); 2453 2453 2454 uint32_tfFlags = FileCopyFlag_None;2454 FileCopyFlag_T fFlags = FileCopyFlag_None; 2455 2455 if (aFlags.size()) 2456 2456 { … … 2527 2527 return setError(E_INVALIDARG, tr("No destination specified")); 2528 2528 2529 uint32_tfFlags = FileCopyFlag_None;2529 FileCopyFlag_T fFlags = FileCopyFlag_None; 2530 2530 if (aFlags.size()) 2531 2531 {
Note:
See TracChangeset
for help on using the changeset viewer.