X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FCloneSource.hh;h=6dd80004678bf1eeb596a6215110949678c81393;hb=8aa27cfde664f462f1aebd601f1521c186d819c3;hp=1ca4e4e46a59a2f0916cc0f6c0b87c0c32fac427;hpb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;p=senf.git diff --git a/PPI/CloneSource.hh b/PPI/CloneSource.hh index 1ca4e4e..6dd8000 100644 --- a/PPI/CloneSource.hh +++ b/PPI/CloneSource.hh @@ -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 @@ -42,7 +42,7 @@ namespace module { CloneSource will provide clone's of a template \a packet on it's \a output. - \ingroup sourcesink_modules + \ingroup io_modules */ class CloneSource : public Module @@ -50,9 +50,10 @@ namespace module { SENF_PPI_MODULE(CloneSource); public: - connector::PassiveOutput output; + connector::PassiveOutput<> output; CloneSource(senf::Packet packet); + void replacePacket(senf::Packet packet); private: void request();