Reimplemented SS7MTP2::getObject so both SS7Layer2 and SignallingReceiver can be reached.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2519 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-03-10 11:26:50 +00:00
parent a635517f62
commit 21dd9e693e
2 changed files with 8 additions and 0 deletions

View File

@ -188,6 +188,7 @@ ObjList* SS7Layer2::recoverMSU()
return 0;
}
YCLASSIMP2(SS7MTP2,SS7Layer2,SignallingReceiver)
SS7MTP2::SS7MTP2(const NamedList& params, unsigned int status)
: SignallingDumpable(SignallingDumper::Mtp2),

View File

@ -4554,6 +4554,13 @@ public:
*/
virtual ~SS7MTP2();
/**
* Get a pointer to this object or other data
* @param name Object name
* @return The requested pointer or 0 if not exists
*/
virtual void* getObject(const String& name) const;
/**
* Push a Message Signal Unit down the protocol stack
* @param msu MSU data to transmit