b2b: constructor for 2nd leg with other_id

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 96addf36be
commit 2e91a52066

@ -688,12 +688,11 @@ AmB2BCalleeSession* AmB2BCallerSession::newCalleeSession()
return new AmB2BCalleeSession(this);
}
/* AmB2BCalleeSession::AmB2BCalleeSession(const string& other_local_tag)
AmB2BCalleeSession::AmB2BCalleeSession(const string& other_local_tag)
: AmB2BSession(other_local_tag)
{
a_leg = false;
}
*/
AmB2BCalleeSession::AmB2BCalleeSession(const AmB2BCallerSession* caller)
: AmB2BSession(caller->getLocalTag())

@ -290,7 +290,7 @@ class AmB2BCallerSession: public AmB2BSession
class AmB2BCalleeSession: public AmB2BSession
{
public:
/* AmB2BCalleeSession(const string& other_local_tag); */
AmB2BCalleeSession(const string& other_local_tag);
AmB2BCalleeSession(const AmB2BCallerSession* caller);
virtual ~AmB2BCalleeSession();

Loading…
Cancel
Save