X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSocketSink.cci;h=5e1ebda59d1ee1814e41f804947c1e2a10ddcaa1;hb=a1a6c76a214ad1935032826713cabaf9ac57bf07;hp=ea9be201c822d197d5bc764f085ff53fdc1eb338;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/SocketSink.cci b/PPI/SocketSink.cci index ea9be20..5e1ebda 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 @@ -24,14 +24,16 @@ \brief SocketSink inline non-template implementation */ // Custom includes +#include "SocketSink.hh" +#include "../Socket/ClientSocketHandle.hh" #define prefix_ inline ///////////////////////////////cci.p/////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// -// senf::ppi::PacketSink +// senf::ppi::ConnectedDgramWriter -prefix_ void senf::ppi::PacketSink::operator()(Handle handle, Packet packet) +prefix_ void senf::ppi::ConnectedDgramWriter::operator()(Handle handle, Packet packet) { handle.write(packet.data()); }