]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/timeperiodstable.cpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / timeperiodstable.cpp
index 51a5eb2db7924a76f68fe17ca4d82fca73fe1b09..bb1329511f26aed5fd35b93081bd852d63859692 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)  *
+ * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)  *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
@@ -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";
 }