X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSocketSink.cci;h=5e1ebda59d1ee1814e41f804947c1e2a10ddcaa1;hb=ee01b9007d97c64d0a34b91a3dc87ad5c5697df5;hp=c5c5800197e72b2b2846188877aca21c25cf156d;hpb=ed0e2329281a50f80be8425938c17515fa70661b;p=senf.git diff --git a/PPI/SocketSink.cci b/PPI/SocketSink.cci index c5c5800..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 @@ -25,6 +25,7 @@ // Custom includes #include "SocketSink.hh" +#include "../Socket/ClientSocketHandle.hh" #define prefix_ inline ///////////////////////////////cci.p/////////////////////////////////////// @@ -37,21 +38,6 @@ prefix_ void senf::ppi::ConnectedDgramWriter::operator()(Handle handle, Packet p handle.write(packet.data()); } -/////////////////////////////////////////////////////////////////////////// -// senf::ppi::module::PassiveSocketSink - -template -prefix_ void senf::ppi::module::PassiveSocketSink::replaceHandle(Handle handle) -{ - handle_ = handle; -} - -template -prefix_ void senf::ppi::module::ActiveSocketSink::replaceHandle(Handle handle) -{ - handle_ = handle; -} - ///////////////////////////////cci.e/////////////////////////////////////// #undef prefix_