Changeset 30714 in vbox for trunk/src/VBox/Main/include/DHCPServerImpl.h
- Timestamp:
- Jul 7, 2010 4:20:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerImpl.h
r28800 r30714 34 34 class ATL_NO_VTABLE DHCPServer : 35 35 public VirtualBoxBase, 36 public VirtualBoxSupportErrorInfoImpl<DHCPServer, IDHCPServer>,37 36 public VirtualBoxSupportTranslation<DHCPServer>, 38 37 VBOX_SCRIPTABLE_IMPL(IDHCPServer) … … 40 39 public: 41 40 42 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (DHCPServer)41 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(DHCPServer, IDHCPServer) 43 42 44 43 DECLARE_NOT_AGGREGATABLE (DHCPServer) … … 79 78 STDMETHOD(Stop)(); 80 79 81 // for VirtualBoxSupportErrorInfoImpl82 static const wchar_t *getComponentName() { return L"DHCPServer"; }83 84 80 private: 85 81 /** weak VirtualBox parent */
Note:
See TracChangeset
for help on using the changeset viewer.