X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.ct;h=d592b1b3a9032eb7983cc8063cc9c74defa3a169;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=e1c8fa2e903708f27207f63189accc8b1eec3b4f;hpb=e84dd6c52a07fc9e283cbd72c7616f3523920387;p=senf.git diff --git a/PPI/Module.ct b/PPI/Module.ct index e1c8fa2..d592b1b 100644 --- a/PPI/Module.ct +++ b/PPI/Module.ct @@ -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 @@ -67,8 +69,8 @@ prefix_ void senf::ppi::module::Module::registerEvent(Descriptor & descriptor, T #else template -prefix_ void senf::ppi::module::Module::registerEvent(Target target, - EventDescriptor & descriptor) +prefix_ void senf::ppi::module::Module::registerEvent(EventDescriptor & descriptor, + Target target) {} #endif