diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqserversocket.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>(). |
