some doc fixing
[senf.git] / Socket / Protocols / UN / UNProtocol.hh
index 578bc86..38e9edc 100644 (file)
@@ -1,6 +1,7 @@
-// $Id$
-//
 // Copyright (C) 2007 
+// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
+// Kompetenzzentrum NETwork research (NET)
+//     David Wagner <david.wagner@fokus.fraunhofer.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -57,7 +58,12 @@ namespace senf {
                                         /**< \todo make this obsolete by allowing access to the
                                              ClientSocketHandle from ConcreateSocketProtocol
                                              \param[in] address Address to set */
-    };
+        ///\name Abstract Interface Implementation
+         ///@{
+
+         unsigned available() const;
+         bool eof() const;
+   };
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////