VirtualBox

Changeset 35100 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 14, 2010 4:21:38 PM (14 years ago)
Author:
vboxsync
Message:

IExtPackFile::Install: Added a 'replace' parameter for automatically trying to uninstall an existing extension pack during upgrade.

File:
1 edited

Legend:

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

    r34907 r35100  
    7070     * @{ */
    7171    STDMETHOD(COMGETTER(FilePath))(BSTR *a_pbstrPath);
    72     STDMETHOD(Install)(void);
     72    STDMETHOD(Install)(BOOL a_fReplace);
    7373    /** @}  */
    7474
     
    219219    /** @name Internal interfaces used by other Main classes.
    220220     * @{ */
    221     HRESULT     doInstall(ExtPackFile *a_pExtPackFile);
     221    HRESULT     doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace);
    222222    void        callAllVirtualBoxReadyHooks(void);
    223223    void        callAllConsoleReadyHooks(IConsole *a_pConsole);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette