X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.test.cc;h=24892bf8f7ba8270e02d4128d43f59931d5ff792;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=7cc90b1d8bd4e9bbb2c3ce7b0e7580373b1edff3;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/Route.test.cc b/PPI/Route.test.cc index 7cc90b1..24892bf 100644 --- a/PPI/Route.test.cc +++ b/PPI/Route.test.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief Route.test unit tests */ + \brief Route unit tests */ //#include "Route.test.hh" //#include "Route.test.ih" @@ -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;