From b92e2635e93569c0160896cd310b912bb7b048f0 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 7 Mar 2011 20:32:46 +0100 Subject: [PATCH] made terminateLeg virtual --- core/AmB2BSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AmB2BSession.h b/core/AmB2BSession.h index 2492ea03..11faa2e8 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();