Finished documentation of non protocol specific socket library classes
[senf.git] / Socket / ClientSocketHandle.hh
index 9e55210..64e7372 100644 (file)
@@ -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_
@@ -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);