aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-20 14:24:20 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-20 14:24:20 +0000
commitaf28977d7359124e4bbc37af53fc2db57c08a653 (patch)
treea55dcbd41d8167047804409bd4412cddd1de7351 /channels/h323/ast_h323.h
parent19471f4a8f35654870492dae2a376595b7b1f1ec (diff)
rollback everything to known good state. E.164 and prefix routing patches are broken
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2498 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.h')
-rwxr-xr-xchannels/h323/ast_h323.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index 91ebab0ae..e079d960e 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -253,26 +253,6 @@ class MyH323Connection : public H323Connection {
BOOL bridging; // Used to help determine which IP to use
};
-class MyH323_ExternalRTPChannel : public H323_ExternalRTPChannel {
-
- PCLASSINFO(MyH323_ExternalRTPChannel, H323_ExternalRTPChannel);
-
- public:
-
- MyH323_ExternalRTPChannel(MyH323Connection &, const H323Capability &, Directions,
- unsigned, const PIPSocket::Address &, WORD);
-
- ~MyH323_ExternalRTPChannel();
-
- BOOL OnReceivedPDU(
- const H245_H2250LogicalChannelParameters & param, /// Acknowledgement PDU
- unsigned & errorCode /// Error on failure
- );
-
- BOOL OnReceivedAckPDU(const H245_H2250LogicalChannelAckParameters & param);
-
-};
-
/**
* The MyProcess is a necessary descendant PProcess class so that the H323EndPoint
* objected to be created from within that class. (Who owns main() problem).
@@ -289,3 +269,4 @@ class MyProcess : public PProcess {
};
+