VirtualBox

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


Ignore:
Timestamp:
Oct 14, 2022 8:14:05 AM (2 years ago)
Author:
vboxsync
Message:

Main/Guest Control: Resolved some @todos: Hand-in RTDIRENTRYEX in FsList::AddDirFromHost() so that we don't need to re-create this on the stack each and every time we (recursively) call this function. bugref:10286

File:
1 edited

Legend:

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

    r97140 r97152  
    131131
    132132    int AddEntryFromHost(const Utf8Str &strFile, PCRTFSOBJINFO pcObjInfo);
    133     int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir, char *pszPathReal, size_t cbPathReal);
     133    int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir, char *pszPathReal, size_t cbPathReal, PRTDIRENTRYEX pDirEntry);
    134134
    135135public:
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