X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.test.cc;h=efa3f12adf584a1592fc4d4938056cf853ec65bc;hb=8f0998b21459641c0e7e240946d58dc26280b631;hp=08e5125758e1377e07e2c614596240d03ca98be8;hpb=e84dd6c52a07fc9e283cbd72c7616f3523920387;p=senf.git diff --git a/PPI/Route.test.cc b/PPI/Route.test.cc index 08e5125..efa3f12 100644 --- a/PPI/Route.test.cc +++ b/PPI/Route.test.cc @@ -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 @@ -33,7 +33,7 @@ #include "Module.hh" #include "Setup.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #define prefix_ @@ -50,11 +50,11 @@ namespace { SENF_PPI_MODULE(RouteTester); public: - connector::ActiveInput activeIn; - connector::PassiveInput passiveIn; + connector::ActiveInput<> activeIn; + connector::PassiveInput<> passiveIn; - connector::ActiveOutput activeOut; - connector::PassiveOutput passiveOut; + connector::ActiveOutput<> activeOut; + connector::PassiveOutput<> passiveOut; ppi::DebugEvent event;