VirtualBox

Ignore:
Timestamp:
Jul 7, 2010 4:20:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63479
Message:

Main: remove SupportErrorInfo template magic

File:
1 edited

Legend:

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

    r28800 r30714  
    3434class ATL_NO_VTABLE DHCPServer :
    3535    public VirtualBoxBase,
    36     public VirtualBoxSupportErrorInfoImpl<DHCPServer, IDHCPServer>,
    3736    public VirtualBoxSupportTranslation<DHCPServer>,
    3837    VBOX_SCRIPTABLE_IMPL(IDHCPServer)
     
    4039public:
    4140
    42     VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (DHCPServer)
     41    VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(DHCPServer, IDHCPServer)
    4342
    4443    DECLARE_NOT_AGGREGATABLE (DHCPServer)
     
    7978    STDMETHOD(Stop)();
    8079
    81     // for VirtualBoxSupportErrorInfoImpl
    82     static const wchar_t *getComponentName() { return L"DHCPServer"; }
    83 
    8480private:
    8581    /** weak VirtualBox parent */
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