summaryrefslogtreecommitdiff
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-05-31 18:42:09 +0000
committerJeremy McNamara <jj@nufone.net>2003-05-31 18:42:09 +0000
commitd52ac4259b32ad48b09aaca5db59e431e6b82a4f (patch)
tree58062a8a6b6a30ab0d1c6f7c93d9c487e2532cec /channels/h323/ast_h323.h
parent81a770b93fabe54a4c38354729d7187885751314 (diff)
remove references to jitter as we use Asterisk's RTP and fix a silly typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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,