Module: sems
Branch: master
Commit: 9937edd3af75b9e0d6b7965933a7e0f506d39a37
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9937edd3af75b9e0d6b7965933a7e0f506d39a37

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Aug  7 15:13:58 2012 +0200

c/f: adding virtual dtors to interface classes

---

 core/AmB2BMedia.h     |    1 +
 core/AmDtmfDetector.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/core/AmB2BMedia.h b/core/AmB2BMedia.h
index 21e5ba0..99f84d6 100644
--- a/core/AmB2BMedia.h
+++ b/core/AmB2BMedia.h
@@ -36,6 +36,7 @@ class B2BMediaStatistics
 class RelayController {
   public:
     virtual void computeRelayMask(const SdpMedia &m, bool &enable, PayloadMask 
&mask) = 0;
+    virtual ~RelayController() { }
 };
 
 /** \brief Storage for several data items required to be held with one RTP
diff --git a/core/AmDtmfDetector.h b/core/AmDtmfDetector.h
index d5e764c..8fbcb30 100644
--- a/core/AmDtmfDetector.h
+++ b/core/AmDtmfDetector.h
@@ -388,6 +388,7 @@ class AmDtmfSink
 {
 public:
   virtual void postDtmfEvent(AmDtmfEvent *) = 0;
+  virtual ~AmDtmfSink() { }
 };
 
 /**

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to