VirtualBox

Ignore:
Timestamp:
Jun 27, 2013 9:37:07 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86765
Message:

Main: fix breakage in previous client/server separation cleanup

File:
1 edited

Legend:

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

    r44529 r46823  
    2323#include <iprt/fs.h>
    2424
     25#if !defined(VBOX_COM_INPROC)
    2526/**
    2627 * An extension pack file.
     
    8586    friend class ExtPackManager;
    8687};
     88#endif
    8789
    8890
     
    215217    /** @name Internal interfaces used by other Main classes.
    216218     * @{ */
     219#if !defined(VBOX_COM_INPROC)
    217220    static DECLCALLBACK(int) doInstallThreadProc(RTTHREAD hThread, void *pvJob);
    218221    HRESULT     doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace, Utf8Str const *a_pstrDisplayInfo);
    219222    static DECLCALLBACK(int) doUninstallThreadProc(RTTHREAD hThread, void *pvJob);
    220223    HRESULT     doUninstall(const Utf8Str *a_pstrName, bool a_fForcedRemoval, const Utf8Str *a_pstrDisplayInfo);
     224#endif
    221225    void        callAllVirtualBoxReadyHooks(void);
    222226    void        callAllConsoleReadyHooks(IConsole *a_pConsole);
Note: See TracChangeset for help on using the changeset viewer.

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