more usable unix sockets classes
[senf.git] / Socket / Protocols / UN / UNProtocol.hh
index b210c89..38e9edc 100644 (file)
@@ -58,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////////////////////////////////////////