VirtualBox

Changeset 77527 in vbox


Ignore:
Timestamp:
Mar 1, 2019 12:30:11 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129130
Message:

Guest Control/Main: Point out that dry run mode is not supported yet as a @todo.

File:
1 edited

Legend:

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

    r77279 r77527  
    28662866    source.enmType              = FsObjType_File;
    28672867    source.enmPathStyle         = i_getPathStyle();
     2868    source.fDryRun              = false; /** @todo Implement support for a dry run. */
    28682869    source.Type.File.fCopyFlags = (FileCopyFlag_T)fFlags;
    28692870
     
    28922893    source.enmType              = FsObjType_File;
    28932894    source.enmPathStyle         = i_getPathStyle();
     2895    source.fDryRun              = false; /** @todo Implement support for a dry run. */
    28942896    source.Type.File.fCopyFlags = (FileCopyFlag_T)fFlags;
    28952897
     
    29562958        source.enmType      = objData.mType;
    29572959        source.enmPathStyle = i_getPathStyle();
     2960        source.fDryRun      = false; /** @todo Implement support for a dry run. */
    29582961
    29592962        HRESULT hrc;
     
    30293032        source.enmType      = GuestBase::fileModeToFsObjType(objInfo.Attr.fMode);
    30303033        source.enmPathStyle = i_getPathStyle();
     3034        source.fDryRun      = false; /** @todo Implement support for a dry run. */
    30313035
    30323036        HRESULT hrc;
     
    30783082    source.enmType              = FsObjType_Directory;
    30793083    source.enmPathStyle         = i_getPathStyle();
     3084    source.fDryRun              = false; /** @todo Implement support for a dry run. */
    30803085    source.Type.Dir.fCopyFlags  = (DirectoryCopyFlag_T)fFlags;
    30813086    source.Type.Dir.fRecursive  = true; /* Implicit. */
     
    31053110    source.enmType             = FsObjType_Directory;
    31063111    source.enmPathStyle        = i_getPathStyle();
     3112    source.fDryRun             = false; /** @todo Implement support for a dry run. */
    31073113    source.Type.Dir.fCopyFlags = (DirectoryCopyFlag_T)fFlags;
    31083114    source.Type.Dir.fFollowSymlinks = true; /** @todo Add a flag for that in DirectoryCopyFlag_T. Later. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette