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

Author: Raphael Coeffic <[email protected]>
Committer: Raphael Coeffic <[email protected]>
Date:   Mon Mar 18 11:34:57 2013 +0100

added virtual destructor to DirectAppTimer.

---

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

diff --git a/core/AmAppTimer.h b/core/AmAppTimer.h
index 6b532a2..9b99a88 100644
--- a/core/AmAppTimer.h
+++ b/core/AmAppTimer.h
@@ -43,6 +43,7 @@ class direct_app_timer;
 class DirectAppTimer
 {
 public:
+  virtual ~DirectAppTimer() {}
   virtual void fire()=0;
 };
 

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

Reply via email to