aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-31 18:42:09 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-31 18:42:09 +0000
commit17e27f0d8f713782b858057464e29f9f7e971e3f (patch)
tree58062a8a6b6a30ab0d1c6f7c93d9c487e2532cec /channels/h323/ast_h323.h
parentc98bfb03024d976de523c73d7c4602004d1b30d9 (diff)
remove references to jitter as we use Asterisk's RTP and fix a silly typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1066 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.h')
-rwxr-xr-xchannels/h323/ast_h323.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index 888cd54ae..a190ae712 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -125,7 +125,7 @@ class MyH323Connection : public H323Connection {
PCLASSINFO(MyH323Connection, H323Connection);
public:
- MyH323Connection(MyH323EndPoint &, unsigned, unsigned, WORD);
+ MyH323Connection(MyH323EndPoint &, unsigned, unsigned);
~MyH323Connection();
H323Channel * CreateRealTimeLogicalChannel(const H323Capability &, H323Channel::Directions, unsigned,