Changeset 73716 in vbox for trunk/src/VBox/Main/include/ExtPackManagerImpl.h
- Timestamp:
- Aug 16, 2018 3:58:57 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r73548 r73716 209 209 HRESULT i_doUninstall(const Utf8Str *a_pstrName, bool a_fForcedRemoval, const Utf8Str *a_pstrDisplayInfo); 210 210 void i_callAllVirtualBoxReadyHooks(void); 211 HRESULT i_queryObjects(const com::Utf8Str &aObjUuid, std::vector<ComPtr<IUnknown> > &aObjects );211 HRESULT i_queryObjects(const com::Utf8Str &aObjUuid, std::vector<ComPtr<IUnknown> > &aObjects, std::vector<com::Utf8Str> *a_pstrExtPackNames); 212 212 #endif 213 213 #ifdef VBOX_COM_INPROC … … 228 228 bool i_isExtPackUsable(const char *a_pszExtPack); 229 229 void i_dumpAllToReleaseLog(void); 230 uint64_t i_getUpdateCounter(void); 230 231 /** @} */ 231 232
Note:
See TracChangeset
for help on using the changeset viewer.