Changeset 46823 in vbox for trunk/src/VBox/Main/include/ExtPackManagerImpl.h
- Timestamp:
- Jun 27, 2013 9:37:07 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r44529 r46823 23 23 #include <iprt/fs.h> 24 24 25 #if !defined(VBOX_COM_INPROC) 25 26 /** 26 27 * An extension pack file. … … 85 86 friend class ExtPackManager; 86 87 }; 88 #endif 87 89 88 90 … … 215 217 /** @name Internal interfaces used by other Main classes. 216 218 * @{ */ 219 #if !defined(VBOX_COM_INPROC) 217 220 static DECLCALLBACK(int) doInstallThreadProc(RTTHREAD hThread, void *pvJob); 218 221 HRESULT doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace, Utf8Str const *a_pstrDisplayInfo); 219 222 static DECLCALLBACK(int) doUninstallThreadProc(RTTHREAD hThread, void *pvJob); 220 223 HRESULT doUninstall(const Utf8Str *a_pstrName, bool a_fForcedRemoval, const Utf8Str *a_pstrDisplayInfo); 224 #endif 221 225 void callAllVirtualBoxReadyHooks(void); 222 226 void callAllConsoleReadyHooks(IConsole *a_pConsole);
Note:
See TracChangeset
for help on using the changeset viewer.