Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Socket / Protocols / UN / UNSocketProtocol.hh
index 9207cea..1a842c5 100644 (file)
 #include <senf/Socket/SocketProtocol.hh>
 
 //#include "UNSocketProtocol.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
-    /// @{
+    //\{
 
     /** \brief Protocol facet providing Unix Domain Addressing related API
 
@@ -54,13 +54,17 @@ namespace senf {
                                         /**< This override will automatically \c shutdown() the
                                            socket whenever it is called. Additionally it will
                                            disable SO_LINGER to ensure, that v_terminate will not
-                                           block. Like the overriden method, this member will ignore
-                                           failures and will never throw. It therefore safe to be
-                                           called from a destructor. */        ///\name Abstract Interface Implementation
-        ///@{
+                                           block. Like the overridden method, this member will
+                                           ignore failures and will never throw. It therefore
+                                           safe to be called from a destructor. */
 
-         unsigned available() const;
-         bool eof() const;
+        ///\name Abstract Interface Implementation
+        //\{
+
+        unsigned available() const;
+        bool eof() const;
+
+        //\}
 
     private:
         void check_and_unlink() const;
@@ -68,10 +72,9 @@ namespace senf {
         std::string path_;
     };
 
-    ///@}
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "UNSocketProtocol.cci"
 //#include "UNSocketProtocol.ct"
 //#include "UNSocketProtocol.cti"