]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/logtable.cpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / logtable.cpp
index 261d9aaa07c7e50dc33aea01eb92b23275c8abf3..df8ba859a721205e162fbf4ac8e616c1c2171ecc 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                *
@@ -81,12 +81,12 @@ void LogTable::AddColumns(Table *table, const String& prefix,
        CommandsTable::AddColumns(table, "current_command_", std::bind(&LogTable::CommandAccessor, _1, objectAccessor));
 }
 
-String LogTable::GetName(void) const
+String LogTable::GetName() const
 {
        return "log";
 }
 
-String LogTable::GetPrefix(void) const
+String LogTable::GetPrefix() const
 {
        return "log";
 }