Changeset 33623 in vbox for trunk/src/VBox/Main/include/ExtPackManagerImpl.h
- Timestamp:
- Oct 29, 2010 4:16:06 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r33521 r33623 21 21 #include "VirtualBoxBase.h" 22 22 #include <VBox/ExtPack/ExtPack.h> 23 #include <iprt/fs.h> 23 24 24 25 … … 64 65 void *getCallbackTable(); 65 66 HRESULT refresh(bool *pfCanDelete); 67 /** @} */ 68 69 protected: 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); 66 82 /** @} */ 67 83
Note:
See TracChangeset
for help on using the changeset viewer.