VirtualBox

Ignore:
Timestamp:
Oct 29, 2010 4:16:06 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67234
Message:

ExtPack: More code.

File:
1 edited

Legend:

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

    r33521 r33623  
    2121#include "VirtualBoxBase.h"
    2222#include <VBox/ExtPack/ExtPack.h>
     23#include <iprt/fs.h>
    2324
    2425
     
    6465    void *getCallbackTable();
    6566    HRESULT refresh(bool *pfCanDelete);
     67    /** @}  */
     68
     69protected:
     70    /** @name Internal helper methods.
     71     * @{ */
     72    void        probeAndLoad(void);
     73    bool        findModule(const char *a_pszName, const char *a_pszExt,
     74                           Utf8Str *a_pStrFound, bool *a_pfNative, PRTFSOBJINFO a_pObjInfo) const;
     75    static bool objinfoIsEqual(PCRTFSOBJINFO pObjInfo1, PCRTFSOBJINFO pObjInfo2);
     76    /** @}  */
     77
     78    /** @name Extension Pack Helpers
     79     * @{ */
     80    static DECLCALLBACK(int)    hlpFindModule(PCVBOXEXTPACKHLP pHlp, const char *pszName, const char *pszExt,
     81                                              char *pszFound, size_t cbFound, bool *pfNative);
    6682    /** @}  */
    6783
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