X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FServer.cci;h=d88e82f9926d3ce214a6bb5cfcf93168ba76801a;hb=80c6cb7ba9ad7776824c84809f422209adf27331;hp=12e0c005d5d0eb72e684f51d12bbed225ebb0a38;hpb=412cf8e222086fb5d89b15cb11556799e131f390;p=senf.git diff --git a/Console/Server.cci b/Console/Server.cci index 12e0c00..d88e82f 100644 --- a/Console/Server.cci +++ b/Console/Server.cci @@ -23,7 +23,7 @@ /** \file \brief Server inline non-template implementation */ -//#include "Server.ih" +#include "Server.ih" // Custom includes @@ -31,6 +31,13 @@ ///////////////////////////////cci.p/////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// +// senf::console::detail::NonblockingSocketSink + +prefix_ senf::console::detail::NonblockingSocketSink::NonblockingSocketSink(Handle handle) + : handle_ (handle) +{} + +/////////////////////////////////////////////////////////////////////////// // senf::console::Server prefix_ void senf::console::Server::name(std::string const & name)