X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FServer.hh;h=a7a747c699d18172dd7dacf8b678891cbaba87b6;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=825bc281334ffbfefeea9b72bb9d1970307b1994;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Console/Server.hh b/senf/Utils/Console/Server.hh index 825bc28..a7a747c 100644 --- a/senf/Utils/Console/Server.hh +++ b/senf/Utils/Console/Server.hh @@ -43,7 +43,7 @@ //#include "Server.mpp" #include "Server.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { @@ -70,14 +70,14 @@ namespace console { SENF_LOG_CLASS_AREA(); SENF_LOG_DEFAULT_LEVEL( senf::log::NOTICE ); public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef detail::ServerHandle ServerHandle; enum Mode { Automatic, Interactive, Noninteractive }; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// static Server & start(senf::INet4SocketAddress const & address); ///< Start server on given IPv4 address/port @@ -263,7 +263,7 @@ namespace console { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Server.cci" //#include "Server.ct" //#include "Server.cti"