Add support for multiple VAR+=VALUE arguments
[senf.git] / senf / Socket / ServerSocketHandle.hh
index 235b590..cfac27f 100644 (file)
 #define HH_SENF_Socket_ServerSocketHandle_ 1
 
 // Custom includes
-#include <boost/static_assert.hpp>
 #include <boost/call_traits.hpp>
 #include "SocketHandle.hh"
-#include "CommunicationPolicy.hh"
-#include "AddressingPolicy.hh"
 
 //#include "ServerSocketHandle.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -85,7 +82,7 @@ namespace senf {
         /// 'Best' type for passing address as parameter
         /** Depending on the type of \c Address, this will be either <tt>Address</tt> or <tt>Address
             const &</tt>. See <a
-            href="http://www.boost.org/libs/utility/call_traits.htm">call_traits documentation in
+            href="http://www.boost.org/doc/libs/release/libs/utility/call_traits.htm">call_traits documentation in
             the Boost.Utility library.</a>
          */
         typedef typename boost::call_traits<Address>::param_type AddressParam;