Fix it so we can be unloaded/loaded at will

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2003 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-01-13 03:07:15 +00:00
parent 4f9f4c44d1
commit 9c1844a927
3 changed files with 37 additions and 25 deletions

View File

@@ -215,9 +215,6 @@ class MyH323EndPoint : public H323EndPoint {
void SetEndpointTypeInfo( H225_EndpointType & info ) const;
void SetGateway(void);
H323TransportUDP *rasChannel;
};
class MyH323Connection : public H323Connection {