X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FSyslogUDPTarget.hh;h=fd14f7a7382d4715bcef7aa886884c1e5e1a5dc7;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=e978951e660aeb3047b35813864a582a25596bcf;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/Logger/SyslogUDPTarget.hh b/senf/Utils/Logger/SyslogUDPTarget.hh index e978951..fd14f7a 100644 --- a/senf/Utils/Logger/SyslogUDPTarget.hh +++ b/senf/Utils/Logger/SyslogUDPTarget.hh @@ -36,7 +36,7 @@ #include //#include "SyslogUDPTarget.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace log { @@ -93,20 +93,20 @@ namespace log { : public Target, private detail::LogFormat { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit SyslogUDPTarget(senf::INet4Address const & target, int facility = LOG_USER); explicit SyslogUDPTarget(senf::INet4SocketAddress const & target, int facility = LOG_USER); explicit SyslogUDPTarget(senf::INet6Address const & target, int facility = LOG_USER); explicit SyslogUDPTarget(senf::INet6SocketAddress const & target, int facility = LOG_USER); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// using detail::LogFormat::showTime; using detail::LogFormat::showStream; @@ -178,7 +178,7 @@ namespace log { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "SyslogUDPTarget.cci" //#include "SyslogUDPTarget.ct" //#include "SyslogUDPTarget.cti"