Finished Socket library file handle hierarchy documentation
[senf.git] / Socket / ClientSocketHandle.hh
index 318c83d..3c836a4 100644 (file)
@@ -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<Policy> ServerSocketHandle;
 
         ///////////////////////////////////////////////////////////////////////////
@@ -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);