VirtualBox

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


Ignore:
Timestamp:
Oct 26, 2022 2:40:10 PM (2 years ago)
Author:
vboxsync
Message:

Main/Guest Control: Renamed GuestSession::i_getPathStyle() -> i_getGuestPathStyle() + added GuestSession::i_getHostPathStyle(), to emphasized what is what.

Fixed source path style in GuestSession::fileCopyToGuest(), GuestSession::directoryCopyToGuest() and GuestSession::copyToGuest(). ​bugref:10286

File:
1 edited

Legend:

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

    r96407 r97305  
    326326    int                     i_onRemove(void);
    327327    int                     i_onSessionStatusChange(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
    328     PathStyle_T             i_getPathStyle(void);
     328    PathStyle_T             i_getGuestPathStyle(void);
     329    static PathStyle_T      i_getHostPathStyle(void);
    329330    int                     i_startSession(int *pGuestRc);
    330331    int                     i_startSessionAsync(void);
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