X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTarget.hh;h=7682a0620f184445f525ef24edf8bf9c7b4521ae;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=23f3ff247123837b57aeddb32355d016be4a0efa;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/Logger/Target.hh b/senf/Utils/Logger/Target.hh index 23f3ff2..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 @@ -119,7 +119,7 @@ namespace log { The routing table is processed from first route to last route, the first matching entry determines the fate of a log messages. Therefore, the ordering of routing entries is important. - + If no position is explicitly specified, new routing entries are added to the end of the routing table. All routing statements however take an index as optional argument to explicitly specify the position of the new routing entry. @@ -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,17 +335,17 @@ namespace log { # endif - ///\} + //\} /** \brief Exception: Invalid stream */ struct InvalidStreamException : public senf::Exception { InvalidStreamException() - : senf::Exception("senf::log::Target::InvalidStreamException"){} }; + : senf::Exception("senf::log::Target::InvalidStreamException") {} }; /** \brief Exception: Invalid area */ struct InvalidAreaException : public senf::Exception { InvalidAreaException() - : senf::Exception("senf::log::Target::InvalidAreaException"){} }; + : senf::Exception("senf::log::Target::InvalidAreaException") {} }; iterator begin() const; ///< Iterator to beginning of routing table iterator end() const; ///< Iterator past the end of routing table @@ -418,13 +418,13 @@ namespace log { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Target.cci" //#include "Target.ct" #include "Target.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100