PPI: Missing commit
[senf.git] / Socket / Protocols / INet / INetSocketProtocol.hh
index 49a1123..0d90ef0 100644 (file)
@@ -30,8 +30,8 @@
     for SOCK_DGRAM (UDP) and not SOCK_STREAM (TCP) sockets
  */
 
-#ifndef HH_INetSocketProtocol_
-#define HH_INetSocketProtocol_ 1
+#ifndef HH_SENF_Socket_Protocols_INet_INetSocketProtocol_
+#define HH_SENF_Socket_Protocols_INet_INetSocketProtocol_ 1
 
 // Custom includes
 #include "../../../Socket/SocketProtocol.hh"
@@ -47,6 +47,8 @@ namespace senf {
     /// \addtogroup protocol_facets_group
     /// @{
 
+    /** \brief Generic addressing type independent INet protocol facet
+     */
     class INetSocketProtocol
         : public virtual SocketProtocol
     {