Browse Source

[trac555] Move LoggerManagerImpl::processEnd() to the correct file

Stephen Morris 14 years ago
parent
commit
616019706c
2 changed files with 2 additions and 3 deletions
  1. 0 2
      src/lib/log/logger_manager.cc
  2. 2 1
      src/lib/log/logger_manager_impl.h

+ 0 - 2
src/lib/log/logger_manager.cc

@@ -34,8 +34,6 @@ using namespace std;
 namespace isc {
 namespace log {
 
-void LoggerManagerImpl::processEnd() {}
-
 // Constructor - create the implementation  class.
 LoggerManager::LoggerManager() {
     impl_ = new LoggerManagerImpl();

+ 2 - 1
src/lib/log/logger_manager_impl.h

@@ -73,7 +73,8 @@ public:
     /// \brief End Processing
     ///
     /// Terminates the processing of the logging specifications.
-    static void processEnd();
+    static void processEnd()
+    {}
 
     /// \brief Implementation-specific initialization
     ///