X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FDebugModules.hh;h=fc76c601d17952f831e44dc9f8d03ddb82e03cd1;hb=aed52b6070e9f7d95efad9de84a41e5ea7413255;hp=67068d1e2fe277c610634646d1c83b3ea739e27d;hpb=394a298567543441521439ad15f7016cd569c449;p=senf.git diff --git a/PPI/DebugModules.hh b/PPI/DebugModules.hh index 67068d1..fc76c60 100644 --- a/PPI/DebugModules.hh +++ b/PPI/DebugModules.hh @@ -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 @@ -28,11 +28,11 @@ // Custom includes #include -#include "../Utils/SafeBool.hh" +#include "../Utils/safe_bool.hh" #include "../Packets/Packets.hh" #include "Module.hh" #include "ActiveFeeder.hh" -#include "../Utils/Logger.hh" +#include "../Utils/Logger/SenfLog.hh" //#include "DebugModules.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -75,7 +75,7 @@ namespace debug { */ class ActiveSource : public Module, - public SafeBool + public safe_bool { SENF_PPI_MODULE(ActiveSource); @@ -136,7 +136,7 @@ namespace debug { */ class ActiveSink : public Module, - public SafeBool + public safe_bool { SENF_PPI_MODULE(ActiveSink);