diff options
Diffstat (limited to 'doc/html/ntqserversocket.html')
| -rw-r--r-- | doc/html/ntqserversocket.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqserversocket.html b/doc/html/ntqserversocket.html index ac0707af5..0b1c915b9 100644 --- a/doc/html/ntqserversocket.html +++ b/doc/html/ntqserversocket.html @@ -117,7 +117,7 @@ acceptance of new connections. <h3 class=fn><a href="ntqhostaddress.html">TQHostAddress</a> <a name="address"></a>TQServerSocket::address () const </h3> Returns the address on which this object listens, or 0.0.0.0 if -this object listens on more than one address. <a href="#ok">ok</a>() must be TRUE +this object listens on more than one address. <a href="#ok">ok</a>() must be true before calling this function. <p> <p>See also <a href="#port">port</a>() and <a href="ntqsocketdevice.html#address">TQSocketDevice::address</a>(). @@ -130,13 +130,13 @@ newly accepted connection. <h3 class=fn>bool <a name="ok"></a>TQServerSocket::ok () const </h3> -Returns TRUE if the construction succeeded; otherwise returns FALSE. +Returns true if the construction succeeded; otherwise returns false. <h3 class=fn>TQ_UINT16 <a name="port"></a>TQServerSocket::port () const </h3> Returns the port number on which this server socket listens. This is always non-zero; if you specify 0 in the constructor, -TQServerSocket will pick a non-zero port itself. <a href="#ok">ok</a>() must be TRUE +TQServerSocket will pick a non-zero port itself. <a href="#ok">ok</a>() must be true before calling this function. <p> <p>See also <a href="#address">address</a>() and <a href="ntqsocketdevice.html#port">TQSocketDevice::port</a>(). |
