X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FCloneSource.hh;h=516e0d47c0b3497f9ec992d4c7d16b9378471c97;hb=69255c0f1669fc80b0e4a2bf524715f336b127ad;hp=31717e892df731e57724e9bf532d12a30bba4472;hpb=a479735a65e334af538b895f182f8efd36a541c5;p=senf.git diff --git a/PPI/CloneSource.hh b/PPI/CloneSource.hh index 31717e8..516e0d4 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) +// 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,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();