Add 'unflatten' to doxygen/dot processing
[senf.git] / Socket / SocketHandle.cci
index 38bd8fc..ec22ca3 100644 (file)
@@ -43,14 +43,9 @@ prefix_ senf::SocketBody::SocketBody(bool isServer, int fd)
 {}
 
 prefix_ senf::SocketProtocol & senf::SocketBody::protocol()
-{
-    return const_cast<SocketProtocol &>(v_protocol());
-}
-
-prefix_ senf::SocketProtocol const & senf::SocketBody::protocol()
     const
 {
-    return v_protocol();
+    return const_cast<SocketProtocol &>(v_protocol());
 }
 
 prefix_ bool senf::SocketBody::isServer()