Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Socket / SocketHandle.cci
index ec22ca3..23e10a7 100644 (file)
 #include "SocketHandle.ih"
 
 // Custom includes
-#include "../Utils/senfassert.hh"
-#include "../Utils/Exception.hh"
 #include "SocketProtocol.hh"
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::SocketBody::SocketBody(bool isServer)
     : isServer_(isServer)
@@ -65,7 +63,7 @@ prefix_ std::auto_ptr<senf::SocketBody> senf::SocketBody::clone(int fd, bool isS
     return protocol().clone(fd, isServer);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::detail::StreamableString
 
 prefix_ senf::detail::StreamableString & senf::detail::StreamableString::operator<<(bool v)
@@ -73,7 +71,7 @@ prefix_ senf::detail::StreamableString & senf::detail::StreamableString::operato
     return (*this) << std::string(v ? "true" : "false");
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f