aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk10/files/patch-channels::h323::ast_h323.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk10/files/patch-channels::h323::ast_h323.cpp')
-rw-r--r--net/asterisk10/files/patch-channels::h323::ast_h323.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/asterisk10/files/patch-channels::h323::ast_h323.cpp b/net/asterisk10/files/patch-channels::h323::ast_h323.cpp
deleted file mode 100644
index feb79e586e91..000000000000
--- a/net/asterisk10/files/patch-channels::h323::ast_h323.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- channels/h323/ast_h323.cpp.orig Thu Jan 12 18:16:08 2006
-+++ channels/h323/ast_h323.cpp Thu Jan 12 18:16:35 2006
-@@ -953,8 +953,8 @@ BOOL MyH323Connection::OnReceivedCapabil
- H323Channel * MyH323Connection::CreateRealTimeLogicalChannel(const H323Capability & capability,
- H323Channel::Directions dir,
- unsigned sessionID,
-- const H245_H2250LogicalChannelParameters * /*param*/,
-- RTP_QOS * /*param*/ )
-+ const H245_H2250LogicalChannelParameters * /*param*/ /*,
-+ RTP_QOS * */ /*param*/ )
- {
- return new MyH323_ExternalRTPChannel(*this, capability, dir, sessionID);
- }