aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/compat_h323.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323/compat_h323.cxx')
-rw-r--r--channels/h323/compat_h323.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/h323/compat_h323.cxx b/channels/h323/compat_h323.cxx
index eec7361b2..8eb73a98e 100644
--- a/channels/h323/compat_h323.cxx
+++ b/channels/h323/compat_h323.cxx
@@ -38,12 +38,12 @@
MyH323TransportTCP::MyH323TransportTCP(
H323EndPoint & endpoint,
PIPSocket::Address binding,
- BOOL listen)
+ PBoolean listen)
: H323TransportTCP(endpoint, binding, listen)
{
}
-BOOL MyH323TransportTCP::Connect()
+PBoolean MyH323TransportTCP::Connect()
{
if (IsListening())
return TRUE;
@@ -91,7 +91,7 @@ BOOL MyH323TransportTCP::Connect()
}
#endif
-BOOL MyH323TransportUDP::DiscoverGatekeeper(H323Gatekeeper &gk, H323RasPDU &pdu, const H323TransportAddress &address)
+PBoolean MyH323TransportUDP::DiscoverGatekeeper(H323Gatekeeper &gk, H323RasPDU &pdu, const H323TransportAddress &address)
{
PThread *thd = PThread::Current();