summaryrefslogtreecommitdiffstats
path: root/dnssd/query.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-13 09:38:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-15 20:09:38 +0900
commitca275a6386d2ea3b95129ce78695865a3523153b (patch)
tree928f442cdcd715bb0ece379b605cfb4a7ef1c035 /dnssd/query.h
parent3afb7eb4e984562dff3addf2c6399c19262497f0 (diff)
downloadtdelibs-ca275a63.tar.gz
tdelibs-ca275a63.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad58630b34fc61754c763cf951004ef27e38d33d)
Diffstat (limited to 'dnssd/query.h')
-rw-r--r--dnssd/query.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnssd/query.h b/dnssd/query.h
index 21ab9b166..358c61d3c 100644
--- a/dnssd/query.h
+++ b/dnssd/query.h
@@ -57,12 +57,12 @@ public:
virtual void startQuery();
/**
- Returns TRUE if query is already running
+ Returns true if query is already running
*/
bool isRunning() const;
/**
- Returns TRUE if all currently announced services has
+ Returns true if all currently announced services has
been reported. It does not mean that no more services can
be found later and it is not related to isRunning()
*/