X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTarget.hh;h=7682a0620f184445f525ef24edf8bf9c7b4521ae;hb=e9816d699770dea77c989c97ef53bf2266ce7b6b;hp=40a21650f2d5822c124c956749e3e36d11366443;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Logger/Target.hh b/senf/Utils/Logger/Target.hh index 40a2165..7682a06 100644 --- a/senf/Utils/Logger/Target.hh +++ b/senf/Utils/Logger/Target.hh @@ -39,7 +39,7 @@ #include //#include "Target.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \defgroup targets Targets @@ -145,7 +145,7 @@ namespace log { class Target : private boost::noncopyable { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types /** \brief Routing action @@ -198,17 +198,17 @@ namespace log { typedef RIB::const_iterator iterator; ///< Routing table iterator typedef RIB::size_type size_type; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit Target(std::string const & name); virtual ~Target(); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// ///\name Routing - ///\{ + //\{ # ifdef DOXYGEN @@ -335,7 +335,7 @@ namespace log { # endif - ///\} + //\} /** \brief Exception: Invalid stream */ struct InvalidStreamException : public senf::Exception @@ -418,7 +418,7 @@ namespace log { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Target.cci" //#include "Target.ct" #include "Target.cti"