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