X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSocketSink.hh;h=6e5cfb92a382ebf120440d2f1332094a7ec9580b;hb=ea8b2923c29a6902f507db2b485a44a58e9406f0;hp=5e63b99d45100f418f45dadb31c3d57900336567;hpb=3af9fb822584c7dd2b2e51891d75c0b89ac585a0;p=senf.git diff --git a/PPI/SocketSink.hh b/PPI/SocketSink.hh index 5e63b99..6e5cfb9 100644 --- a/PPI/SocketSink.hh +++ b/PPI/SocketSink.hh @@ -178,11 +178,11 @@ namespace module { \pre Requires \a Writer to be copy constructible \param[in] handle Handle to write data to */ - Writer & writer(); ///< Access the Writer - Handle & handle(); /**< Access the handle. This is intendet to be mainly used to reconnect the under - lying socket. */ + Writer & writer(); ///< Access the Writer + Handle & handle(); /**< Access the handle. This is intendet to be mainly used to reconnect + the underlying socket. */ /* void reconnect(senf::SocketAddress newAddress); - ///< Reconnect the handle to which the packets are written + ///< Reconnect the handle to which the packets are written */ void replaceHandle(Handle newHandle); /**< Replace the handle to which the packets are written