X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FListNParser.ct;h=225bf52a352ce28a78a75a8f50795da9f97d815e;hb=8025a3e571ed9de108f7203907baa4cabc801ea9;hp=584a6e2a75f55c1305b52c1b8694305c660f0b8b;hpb=a1001797645cc68c869ef296f5e9ba13aa8e80c4;p=senf.git diff --git a/Packets/ListNParser.ct b/Packets/ListNParser.ct index 584a6e2..225bf52 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) +// Copyright (C) 2007 +// 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