20 lines
610 B
Text
20 lines
610 B
Text
|
*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001
|
||
|
--- src/h323caps.cxx Tue Jun 19 12:12:18 2001
|
||
|
*************** BOOL H323Capabilities::IsAllowed(const H
|
||
|
*** 1698,1704 ****
|
||
|
|
||
|
BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2)
|
||
|
{
|
||
|
! PAssert((a_capno1 == a_capno2),"Capabilities are the same");
|
||
|
if (a_capno1 == a_capno2)
|
||
|
return TRUE;
|
||
|
|
||
|
--- 1698,1704 ----
|
||
|
|
||
|
BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2)
|
||
|
{
|
||
|
! PAssert((a_capno1 != a_capno2),"Capabilities are the same");
|
||
|
if (a_capno1 == a_capno2)
|
||
|
return TRUE;
|
||
|
|