]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/endpointstable.hpp
Merge pull request #6509 from gunnarbeutner/feature/real-constants
[icinga2] / lib / livestatus / endpointstable.hpp
index a04fd9de7f9711369f331a27eed17dfc6746d920..ced85cfe576314d176723d7ecb1653542b00132b 100644 (file)
@@ -35,16 +35,16 @@ class EndpointsTable final : public Table
 public:
        DECLARE_PTR_TYPEDEFS(EndpointsTable);
 
-       EndpointsTable(void);
+       EndpointsTable();
 
        static void AddColumns(Table *table, const String& prefix = String(),
                const Column::ObjectAccessor& objectAccessor = Column::ObjectAccessor());
 
-       virtual String GetName(void) const override;
-       virtual String GetPrefix(void) const override;
+       String GetName() const override;
+       String GetPrefix() const override;
 
 protected:
-       virtual void FetchRows(const AddRowFunction& addRowFn) override;
+       void FetchRows(const AddRowFunction& addRowFn) override;
 
        static Value NameAccessor(const Value& row);
        static Value IdentityAccessor(const Value& row);