Changeset 35100 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 14, 2010 4:21:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r34907 r35100 70 70 * @{ */ 71 71 STDMETHOD(COMGETTER(FilePath))(BSTR *a_pbstrPath); 72 STDMETHOD(Install)( void);72 STDMETHOD(Install)(BOOL a_fReplace); 73 73 /** @} */ 74 74 … … 219 219 /** @name Internal interfaces used by other Main classes. 220 220 * @{ */ 221 HRESULT doInstall(ExtPackFile *a_pExtPackFile );221 HRESULT doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace); 222 222 void callAllVirtualBoxReadyHooks(void); 223 223 void callAllConsoleReadyHooks(IConsole *a_pConsole);
Note:
See TracChangeset
for help on using the changeset viewer.