Changeset 103977 in vbox for trunk/src/VBox/Main/include/DHCPServerImpl.h
- Timestamp:
- Mar 21, 2024 2:04:52 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 162357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerImpl.h
r98103 r103977 73 73 HRESULT init(VirtualBox *aVirtualBox, const com::Utf8Str &aName); 74 74 HRESULT init(VirtualBox *aVirtualBox, const settings::DHCPServer &data); 75 void uninit() ;75 void uninit() RT_OVERRIDE; 76 76 /** @} */ 77 77 … … 97 97 HRESULT getGlobalConfig(ComPtr<IDHCPGlobalConfig> &aGlobalConfig) RT_OVERRIDE; 98 98 HRESULT getGroupConfigs(std::vector<ComPtr<IDHCPGroupConfig> > &aGroupConfigs) RT_OVERRIDE; 99 HRESULT getIndividualConfigs(std::vector<ComPtr<IDHCPIndividualConfig> > &aIndividualConfigs) ;99 HRESULT getIndividualConfigs(std::vector<ComPtr<IDHCPIndividualConfig> > &aIndividualConfigs) RT_OVERRIDE; 100 100 /** @} */ 101 101
Note:
See TracChangeset
for help on using the changeset viewer.