]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/commandstable.cpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / commandstable.cpp
index 3f7db657c5728ed6f4d6123b185f8e2b4d50838b..6526486b1cced670a7fccc16e024c80e3734aa18 100644 (file)
@@ -30,7 +30,7 @@
 
 using namespace icinga;
 
-CommandsTable::CommandsTable(void)
+CommandsTable::CommandsTable()
 {
        AddColumns(this);
 }
@@ -47,12 +47,12 @@ void CommandsTable::AddColumns(Table *table, const String& prefix,
        table->AddColumn(prefix + "modified_attributes_list", Column(&Table::ZeroAccessor, objectAccessor));
 }
 
-String CommandsTable::GetName(void) const
+String CommandsTable::GetName() const
 {
        return "commands";
 }
 
-String CommandsTable::GetPrefix(void) const
+String CommandsTable::GetPrefix() const
 {
        return "command";
 }