Packets: Add PacketRegistry::begin()/end() and senf::dumpPacketRegistries() utility
[senf.git] / PPI / SocketSink.hh
index 5e63b99..a0a32fd 100644 (file)
@@ -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 <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -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