VirtualBox

Changeset 97344 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 31, 2022 10:17:50 AM (2 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Fixes for copying to/from guests with mixed OSes. bugref:10286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r97152 r97344  
    139139    /** File system filter / options to use for this task. */
    140140    GuestSessionFsSourceSpec mSourceSpec;
    141     /** The source' root path.
     141    /** The source' root path. Always in the source's path style!
     142     *
    142143     *  For a single file list this is the full (absolute) path to a file,
    143144     *  for a directory list this is the source root directory. */
    144145    Utf8Str                 mSrcRootAbs;
    145     /** The destinations's root path.
     146    /** The destinations's root path. Always in the destination's path style!
     147     *
    146148     *  For a single file list this is the full (absolute) path to a file,
    147149     *  for a directory list this is the destination root directory. */
     
    256258     *  asynchronously. Optional. */
    257259    ComObjPtr<Progress>     mProgress;
    258     /** The guest's path style (depending on the guest OS type set). */
    259     uint32_t                mfPathStyle;
    260     /** The guest's path style as string representation (depending on the guest OS type set). */
    261     Utf8Str                 mPathStyle;
     260    /** The guest's path style as char representation (depending on the guest OS type set). */
     261    Utf8Str                 mstrGuestPathStyle;
    262262};
    263263
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