X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FClientSocketHandle.hh;h=cbe61130f3853de1c2cd75ad18373a48196de6fa;hb=e9230af25004d2e3eb041778afc493c5b300c43b;hp=318c83d0a35988c6974f31ce227756acc988f0ef;hpb=3601c83f32cad85638739f891218f1e5d9fa0896;p=senf.git diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index 318c83d..cbe6113 100644 --- a/Socket/ClientSocketHandle.hh +++ b/Socket/ClientSocketHandle.hh @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief senf::ClientSocketHandle public header + \brief ClientSocketHandle public header */ #ifndef HH_ClientSocketHandle_ @@ -108,7 +108,6 @@ namespace senf { /** This class will probably only be usable, if the \c CommunicationPolicy is \c ConnectedCommunicationPolicy and the \c AddressingPolicy is not \c NoAddressingPolicy. */ - */ typedef ServerSocketHandle ServerSocketHandle; /////////////////////////////////////////////////////////////////////////// @@ -304,7 +303,7 @@ namespace senf { For addressable protocols (AddressingPolicy is not NoAddressingPolicy), bind() will set the local address of the socket. - \parm[in] addr Local socket address to asign + \param[in] addr Local socket address to asign \throws senf::SystemException */ @@ -334,6 +333,7 @@ namespace senf { There are two Variants of this member, one will return the address by value, the other takes a reference argument to elide the copy operation. + \throws senf::SystemException */ Address local (); void local (Address & addr); @@ -361,9 +361,7 @@ namespace senf { ///@} static ClientSocketHandle cast_static(FileHandle handle); - /**< \internal */ static ClientSocketHandle cast_dynamic(FileHandle handle); - /**< \internal */ // we need to override both since SocketHandle is *not* polymorphic void state(SocketStateMap & map, unsigned lod=0);