X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FListNParser.ct;h=4417e3bda9847033e00db397befb0cf405e94aba;hb=6f50bf49e282c0528f51faa0a245bbfa2b867399;hp=584a6e2a75f55c1305b52c1b8694305c660f0b8b;hpb=a1001797645cc68c869ef296f5e9ba13aa8e80c4;p=senf.git diff --git a/Packets/ListNParser.ct b/Packets/ListNParser.ct index 584a6e2..4417e3b 100644 --- a/Packets/ListNParser.ct +++ b/Packets/ListNParser.ct @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -26,6 +26,7 @@ #include "ListNParser.ih" // Custom includes +#include "../Utils/senfassert.hh" #define prefix_ ///////////////////////////////ct.p//////////////////////////////////////// @@ -45,7 +46,7 @@ setFromPosition(iterator i, state_type s, iterator p) for (; n_; --n_, j += ElementParser(j,s).bytes()) if (j==p) return; - BOOST_ASSERT( false ); + SENF_ASSERT( false ); } template