X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSocketSink.cci;h=d34a003414024323b4be8c4b7ebbf8f429c21276;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=08cc5692deaf2c8dba23d9ebada2e0b730a7ce28;hpb=e7ac3fef18af5ec0076f02290ad439a9d6e05491;p=senf.git diff --git a/PPI/SocketSink.cci b/PPI/SocketSink.cci index 08cc569..d34a003 100644 --- a/PPI/SocketSink.cci +++ b/PPI/SocketSink.cci @@ -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,8 @@ /////////////////////////////////////////////////////////////////////////// // senf::ppi::ConnectedDgramWriter -prefix_ void senf::ppi::ConnectedDgramWriter::operator()(Handle handle, Packet packet) +prefix_ void senf::ppi::ConnectedDgramWriter::operator()(Handle handle, + Packet const & packet) { handle.write(packet.data()); }