]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/aggregator.cpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / aggregator.cpp
index 58e239f45693be28691141ffeef7721d170c2e82..1cc4b9762756696348a404962f80e3168c664909 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2015 Icinga Development Team (http://www.icinga.org)    *
+ * 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                *
 
 using namespace icinga;
 
-Aggregator::Aggregator(void)
-{ }
-
 void Aggregator::SetFilter(const Filter::Ptr& filter)
 {
        m_Filter = filter;
 }
 
-Filter::Ptr Aggregator::GetFilter(void) const
+Filter::Ptr Aggregator::GetFilter() const
 {
        return m_Filter;
 }
+
+AggregatorState::~AggregatorState()
+{ }