VirtualBox

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


Ignore:
Timestamp:
Feb 24, 2023 10:15:30 AM (22 months ago)
Author:
vboxsync
Message:

Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into dedicated XXXviaToolbox() functions. bugref:9783

File:
1 edited

Legend:

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

    r98665 r98713  
    357357    /** @}  */
    358358
     359    /** @name Public internal methods for supporting older Guest Additions via
     360              VBoxService' built-in toolbox (< 7.1). */
     361    int                     i_directoryCreateViaToolbox(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pvrcGuest);
     362    int                     i_fileRemoveViaToolbox(const Utf8Str &strPath, int *pvrcGuest);
     363    int                     i_fsCreateTempViaToolbox(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory, Utf8Str &strName,
     364                                                     uint32_t fMode, bool fSecure, int *pvrcGuest);
     365    int                     i_fsQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest);
     366    /** @}  */
     367
    359368public:
    360369
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