]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/timeperiodstable.cpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / timeperiodstable.cpp
index f7c042aafd72891e8f36bdaa48861aa7a97c3f03..bb1329511f26aed5fd35b93081bd852d63859692 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace icinga;
 
-TimePeriodsTable::TimePeriodsTable(void)
+TimePeriodsTable::TimePeriodsTable()
 {
        AddColumns(this);
 }
@@ -41,12 +41,12 @@ void TimePeriodsTable::AddColumns(Table *table, const String& prefix,
        table->AddColumn(prefix + "in", Column(&TimePeriodsTable::InAccessor, objectAccessor));
 }
 
-String TimePeriodsTable::GetName(void) const
+String TimePeriodsTable::GetName() const
 {
        return "timeperiod";
 }
 
-String TimePeriodsTable::GetPrefix(void) const
+String TimePeriodsTable::GetPrefix() const
 {
        return "timeperiod";
 }