X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FStringParser.hh;h=e44560e876d3408ee9e630c4be836ba34a96f5f0;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=022f25f6b9e1353a456abd80c4b01be241957f65;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Packets/StringParser.hh b/senf/Packets/StringParser.hh index 022f25f..e44560e 100644 --- a/senf/Packets/StringParser.hh +++ b/senf/Packets/StringParser.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -37,7 +37,7 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - + template class StringParser : public PacketParserBase @@ -49,11 +49,11 @@ namespace senf { # include SENF_PARSER() SENF_PARSER_PRIVATE_FIELD ( length, LengthParser ); - + typedef std::string value_type; static const size_type init_bytes = senf::init_bytes::value; size_type bytes() const; - + value_type value() const; void value(value_type v); operator value_type() const; @@ -62,7 +62,7 @@ namespace senf { template std::ostream & operator<<(std::ostream & os, StringParser const & value); - + } ///////////////////////////////hh.e////////////////////////////////////////