X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FClientSocketHandle.hh;h=3c836a4b6d36571980129d30455b8219b0c38d5f;hb=5a5c6d7f0fae7ad6c0af49d7742955cb6cf618cf;hp=9e552104f3e809d5c9352c02cb2c9001142f1d3f;hpb=3cde315703150449c967936e3f064fa5928a1cc2;p=senf.git diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index 9e55210..3c836a4 100644 --- a/Socket/ClientSocketHandle.hh +++ b/Socket/ClientSocketHandle.hh @@ -333,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); @@ -360,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);