Module: sems Branch: master Commit: b92e2635e93569c0160896cd310b912bb7b048f0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b92e2635e93569c0160896cd310b912bb7b048f0
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Mar 7 20:32:46 2011 +0100 made terminateLeg virtual --- core/AmB2BSession.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmB2BSession.h b/core/AmB2BSession.h index 2492ea0..11faa2e 100644 --- a/core/AmB2BSession.h +++ b/core/AmB2BSession.h @@ -170,7 +170,7 @@ class AmB2BSession: public AmSession void relaySip(const AmSipRequest& orig, const AmSipReply& reply); /** Terminate our leg and forget the other. */ - void terminateLeg(); + virtual void terminateLeg(); /** Terminate the other leg and forget it.*/ virtual void terminateOtherLeg(); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
