summaryrefslogtreecommitdiff
path: root/net/asterisk14/files/patch-channels::h323::ast_h323.cxx
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /net/asterisk14/files/patch-channels::h323::ast_h323.cxx
parent- Update to 1.11.3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes: svn path=/head/; revision=214069 svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'net/asterisk14/files/patch-channels::h323::ast_h323.cxx')
-rw-r--r--net/asterisk14/files/patch-channels::h323::ast_h323.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/asterisk14/files/patch-channels::h323::ast_h323.cxx b/net/asterisk14/files/patch-channels::h323::ast_h323.cxx
deleted file mode 100644
index bfc819452128..000000000000
--- a/net/asterisk14/files/patch-channels::h323::ast_h323.cxx
+++ /dev/null
@@ -1,29 +0,0 @@
---- channels/h323/ast_h323.cxx.orig 2008-04-08 15:08:37.000000000 +0300
-+++ channels/h323/ast_h323.cxx 2008-04-08 15:08:51.000000000 +0300
-@@ -81,8 +81,6 @@
- /** PWLib entry point */
- static MyProcess *localProcess = NULL;
-
--static int _timerChangePipe[2];
--
- static unsigned traceOptions = PTrace::Timestamp | PTrace::Thread | PTrace::FileAndLine;
-
- class PAsteriskLog : public PObject, public iostream {
-@@ -191,8 +189,6 @@
-
- MyProcess::~MyProcess()
- {
-- _timerChangePipe[0] = timerChangePipe[0];
-- _timerChangePipe[1] = timerChangePipe[1];
- }
-
- void MyProcess::Main()
-@@ -2460,8 +2456,6 @@
- if (localProcess) {
- delete localProcess;
- localProcess = NULL;
-- close(_timerChangePipe[0]);
-- close(_timerChangePipe[1]);
- }
- if (logstream) {
- PTrace::SetLevel(0);