X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FCloneSource.cc;h=9abde7320ab0825eb63b73fd1f5cbc08523e3113;hb=2ffca72ed06b10829071cd1b28d9047ff735f929;hp=76b4ddfb94f5e46b5da8317b21ed76aff63b79e4;hpb=a52ad78703fa2c4d2a90aff32dec3b5f756ee63c;p=senf.git diff --git a/PPI/CloneSource.cc b/PPI/CloneSource.cc index 76b4ddf..9abde73 100644 --- a/PPI/CloneSource.cc +++ b/PPI/CloneSource.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 @@ -33,7 +33,7 @@ ///////////////////////////////cc.p//////////////////////////////////////// senf::ppi::module::CloneSource::CloneSource(senf::Packet packet) - : packet_(packet) + : packet_(packet) { noroute(output); output.onRequest(&CloneSource::request); @@ -45,7 +45,7 @@ void senf::ppi::module::CloneSource::request() } void senf::ppi::module::CloneSource::replacePacket(senf::Packet packet) { - packet_ = packet; + packet_ = packet; }