X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FGREPacket.hh;h=446ef03d07b6d331ec3f00ad300a2a219eb1ede3;hb=fb2fe88ee9a9d2a777ecaf3327d04b60479fcc8d;hp=26a4a190983669df297581518f2bad1275aa5711;hpb=53abe407b3c60b165f5d7e55d7c63b1b2b7227aa;p=senf.git diff --git a/Packets/MPEGDVBBundle/GREPacket.hh b/Packets/MPEGDVBBundle/GREPacket.hh index 26a4a19..446ef03 100644 --- a/Packets/MPEGDVBBundle/GREPacket.hh +++ b/Packets/MPEGDVBBundle/GREPacket.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Joachim Kaeber // // This program is free software; you can redistribute it and/or modify @@ -46,7 +46,7 @@ namespace senf { # include SENF_PARSER() SENF_PARSER_FIELD ( checksum1_, UInt16Parser ); SENF_PARSER_PRIVATE_FIELD ( reserved1_, UInt16Parser ); - SENF_PARSER_FINALIZE(GREChecksumParser); + SENF_PARSER_FINALIZE(GREChecksumParser); }; struct GREPacketParser : public PacketParserBase