X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FServer.cc;h=48ac147f697348fbd2a55e1b2f61e8a92d85ebe5;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=b46cd6e6ff3708b9b8155c9d274691a62d41fc6f;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/Console/Server.cc b/senf/Utils/Console/Server.cc index b46cd6e..48ac147 100644 --- a/senf/Utils/Console/Server.cc +++ b/senf/Utils/Console/Server.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -71,7 +71,7 @@ senf::console::Server::start(senf::INet4SocketAddress const & address) { senf::TCPv4ServerSocketHandle handle (address); Server & server (senf::console::Server::start(handle)); - SENF_LOG((Server::SENFLogArea)(log::NOTICE)( + SENF_LOG((Server::SENFLogArea)(log::NOTICE)( "Console server started at " << address )); return server; } @@ -81,7 +81,7 @@ senf::console::Server::start(senf::INet6SocketAddress const & address) { senf::TCPv6ServerSocketHandle handle (address); Server & server (senf::console::Server::start(handle)); - SENF_LOG((Server::SENFLogArea)(log::NOTICE)( + SENF_LOG((Server::SENFLogArea)(log::NOTICE)( "Console server started at " << address )); return server; } @@ -94,7 +94,7 @@ prefix_ senf::console::Server & senf::console::Server::start(ServerHandle handle } prefix_ senf::console::Server::Server(ServerHandle handle) - : handle_ (handle), + : handle_ (handle), event_ ("senf::console::Server", senf::membind(&Server::newClient, this), handle_, scheduler::FdEvent::EV_READ), root_ (senf::console::root().thisptr()), mode_ (Automatic), @@ -143,7 +143,7 @@ senf::console::detail::DumbClientReader::clientData(senf::ReadHelper