VirtualBox

Ignore:
Timestamp:
Oct 21, 2015 2:18:26 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: VBoxGlobal: Missed COM wrappers to be recreated on VBoxSVC restart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h

    r58346 r58360  
    515515    ~VBoxGlobal();
    516516
     517    /** Re-initializes COM wrappers and containers. */
     518    void comWrappersReinit();
     519
    517520#ifdef VBOX_WITH_DEBUGGER_GUI
    518521    void initDebuggerVar(int *piDbgCfgVar, const char *pszEnvVar, const char *pszExtraDataName, bool fDefault = false);
     
    539542    /** Holds the symbolic VirtualBox home-folder representation. */
    540543    QString m_strHomeFolder;
     544    /** Holds the guest OS family IDs. */
     545    QList<QString> m_guestOSFamilyIDs;
     546    /** Holds the guest OS types for each family ID. */
     547    QList<QList<CGuestOSType> > m_guestOSTypes;
    541548
    542549    /** Holds whether acquired COM wrappers are currently valid. */
     
    628635    int m3DAvailable;
    629636
    630     QList <QString> mFamilyIDs;
    631     QList <QList <CGuestOSType> > mTypes;
    632 
    633637    QString mDiskTypes_Differencing;
    634638
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