X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.cci;h=7d113b330764606c7e2c2389fa7200f868f82bde;hb=c45c112ae88196ea8da9c5a9efb0e167196744d2;hp=600fc37c8ae7690580bc23d898be4191eb2bb856;hpb=550a30f99f2edbe72434c1b5f2a225320d0ef4ca;p=senf.git diff --git a/PPI/Events.cci b/PPI/Events.cci index 600fc37..7d113b3 100644 --- a/PPI/Events.cci +++ b/PPI/Events.cci @@ -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 @@ -24,7 +24,7 @@ \brief Events inline non-template implementation */ // Custom includes -#include +#include <../Utils/senfassert.hh> #define prefix_ inline ///////////////////////////////cci.p/////////////////////////////////////// @@ -42,7 +42,7 @@ prefix_ bool senf::ppi::EventDescriptor::enabled() prefix_ void senf::ppi::EventDescriptor::enabled(bool v) { - BOOST_ASSERT(v_isRegistered()); + SENF_ASSERT(v_isRegistered()); if (v && ! enabled_) v_enable(); else if (! v && enabled_)