X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FServerSocketHandle.hh;h=bb97b2dc07dea85ae5da76309d0074aa7ad672bb;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=3a55787912d153601b0fd56af1b8cbeeee998383;hpb=25d1f561a4f5096d026934b7286dd6efa5377402;p=senf.git diff --git a/Socket/ServerSocketHandle.hh b/Socket/ServerSocketHandle.hh index 3a55787..bb97b2d 100644 --- a/Socket/ServerSocketHandle.hh +++ b/Socket/ServerSocketHandle.hh @@ -1,4 +1,4 @@ -// $Id$ +// $Id:ServerSocketHandle.hh 218 2007-03-20 14:39:32Z tho $ // // Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) @@ -86,7 +86,7 @@ namespace senf { /** Depending on the type of \c Address, this will be either Address or Address const &. See call_traits documentation in - the Boost.Utility library\endlink. + the Boost.Utility library. */ typedef typename boost::call_traits
::param_type AddressParam; /// Corresponding client socket handle with the same policy @@ -96,11 +96,14 @@ namespace senf { ///\name Structors and default members ///@{ - // no default constructor + // default default constructor // default copy constructor // default copy assignment // default destructor + // here to implement + ServerSocketHandle(); + // conversion constructors template ServerSocketHandle(ServerSocketHandle other, @@ -122,7 +125,7 @@ namespace senf { For addressable protocols (AddressingPolicy is not NoAddressingPolicy), bind() will set the local address of the socket. - \param[in] addr Local socket address to asign + \param[in] addr Local socket address to assign \throws senf::SystemException */ @@ -167,6 +170,8 @@ namespace senf { This variant ... \returns handle of new client connection + + \fixme Make this accept()-variant work with unspecified addressing policy */ ClientSocketHandle accept (); @@ -182,7 +187,7 @@ namespace senf { ///< Accept new connection /**< This variant will additionally return the remote address of the client - \param[out] client address + \param[out] addr address \returns handle of new client connection \see \ref accept() */ @@ -219,4 +224,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: