X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.test.cc;h=cca1208a73bfbe294a4c546a1c62b9ace66b1270;hb=ee01b9007d97c64d0a34b91a3dc87ad5c5697df5;hp=2cf6334d239add643107f94f3edc912403fb7c5a;hpb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;p=senf.git diff --git a/PPI/Module.test.cc b/PPI/Module.test.cc index 2cf6334..cca1208 100644 --- a/PPI/Module.test.cc +++ b/PPI/Module.test.cc @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $Id$ +// +// 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 @@ -47,7 +49,7 @@ namespace { SENF_PPI_MODULE(TestModule); public: - connector::ActiveOutput output; + connector::ActiveOutput<> output; ppi::DebugEvent event;