[Asterisk-cvs] asterisk/channels/h323 ast_h323.h,1.10,1.11
jeremy at lists.digium.com
jeremy at lists.digium.com
Mon Sep 22 18:18:18 CDT 2003
Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv3929
Modified Files:
ast_h323.h
Log Message:
oopsie remove it from here too
Index: ast_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ast_h323.h 6 Sep 2003 20:28:51 -0000 1.10
+++ ast_h323.h 22 Sep 2003 23:19:27 -0000 1.11
@@ -110,8 +110,7 @@
void OnClosedLogicalChannel(H323Connection &, const H323Channel &);
void OnConnectionEstablished(H323Connection &, const PString &);
void OnConnectionCleared(H323Connection &, const PString &);
- H323Connection * CreateConnection(unsigned, void *);
- H323Connection * SetupTransfer(const PString &, const PString &, const PString &, PString &, void *);
+ H323Connection * CreateConnection(unsigned, void *);
void SendUserTone(const PString &, char);
H323Capabilities GetCapabilities(void);
BOOL OnConnectionForwarded(H323Connection &, const PString &, const H323SignalPDU &);
More information about the svn-commits
mailing list