X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketParser.hh;h=b1cf6a650fceea243a6cf4913dea0f7f13cf7463;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=56b20d92094b5b60f79bb579c4160eab79bcce99;hpb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;p=senf.git diff --git a/senf/Packets/PacketParser.hh b/senf/Packets/PacketParser.hh index 56b20d9..b1cf6a6 100644 --- a/senf/Packets/PacketParser.hh +++ b/senf/Packets/PacketParser.hh @@ -164,7 +164,7 @@ #include "SafeIterator.hh" //#include "PacketParser.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -213,7 +213,7 @@ namespace senf { // created data object. The default implementation just does nothing. void init() const; - // //////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Add here members returning (sub-)parsers for the fields. The 'parse' member is // used to construct the sub-parsers. This member either takes an iterator to the @@ -238,7 +238,7 @@ namespace senf { class PacketParserBase { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef detail::packet::iterator data_iterator; ///< Raw data iterator type @@ -248,17 +248,17 @@ namespace senf { typedef PacketData * state_type; ///< Type of the 'state' parameter typedef PacketParserBase parser_base_type; ///< Base type of the next parser - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ // no default constructor // default copy // default destructor // no conversion constructors - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// data_iterator i() const; ///< Return beginning of data to parse /**< The parser is expected to interpret the data beginning @@ -536,7 +536,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif #if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_PacketParser_i_) #define HH_SENF_Packets_PacketParser_i_