Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / INet / RawINetSocketProtocol.hh
index c93058a..2168204 100644 (file)
 #define HH_SENF_Socket_Protocols_INet_RawINetSocketProtocol_
 
 // Custom includes
-#include "INetAddressing.hh"
 #include "INetSocketProtocol.hh"
-#include "../../../Socket/Protocols/BSDSocketProtocol.hh"
-#include "../../../Socket/FramingPolicy.hh"
-#include "../../../Socket/CommunicationPolicy.hh"
-#include "../../../Socket/ReadWritePolicy.hh"
-#include "../../../Socket/ProtocolClientSocketHandle.hh"
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
-    /// @{
+    //\{
 
-    /** \brief Protocol facat to support RAW operations upon IPv4/6 
+    /** \brief Protocol facet to support RAW operations upon IPv4/6
 
         This protocol facet provides all those protocol functions,
         which are available on a PF_INET[6]/RAW socket.
-        
+
      */
     class RawINetSocketProtocol
         : public virtual INetSocketProtocol
     {
     public:
         ///\name Abstract Interface Implementation
-        ///@{
+        //\{
 
         unsigned available() const;
         bool eof() const;
 
-        ///@}
+        //\}
     };
 
-    /// @}
+    //\}
 }
 
 #endif /*HH_SENF_Socket_Protocols_INet_RawINetSocketProtocol_*/