]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket.hxx
Tweaks.
[simgear.git] / simgear / io / sg_socket.hxx
index be8171351a3fe3b5a4632d069abbbf38d62b4361..795972d8810558b568158d6fce530d8fb7b83888 100644 (file)
@@ -167,13 +167,16 @@ public:
     // close file
     bool close();
 
-    /** Enable non-blocking mode. */
+    /**
+     * Enable non-blocking mode.
+     * @return success/failure
+     */
     bool nonblock();
 
-    /** Return the remote host name */
+    /** @return the remote host name */
     inline string get_hostname() const { return hostname; }
 
-    /** Return the port number (in string form) */
+    /** @return the port number (in string form) */
     inline string get_port_str() const { return port_str; }
 };