diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqserversocket.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqserversocket.html')
| -rw-r--r-- | doc/html/tqserversocket.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqserversocket.html b/doc/html/tqserversocket.html index 30c9ea8a0..03d65a24c 100644 --- a/doc/html/tqserversocket.html +++ b/doc/html/tqserversocket.html @@ -116,7 +116,7 @@ acceptance of new connections. <h3 class=fn><a href="tqhostaddress.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="tqsocketdevice.html#address">TQSocketDevice::address</a>(). @@ -129,13 +129,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="tqsocketdevice.html#port">TQSocketDevice::port</a>(). |
