X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.test.cc;h=efa3f12adf584a1592fc4d4938056cf853ec65bc;hb=29825d5db542bd3a6769101abe40a8ed86409613;hp=3b6f12cc70abf892f18e972458aa9f567c77fc2a;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/PPI/Route.test.cc b/PPI/Route.test.cc index 3b6f12c..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 @@ -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;