[prev in list] [next in list] [prev in thread] [next in thread] 

List:       semsdev
Subject:    [Semsdev] git:master: core: made processingCycle() and setStopped() virtual
From:       Raphael Coeffic <rco () iptel ! org>
Date:       2013-06-24 9:21:43
Message-ID: 20130624092144.00E2CEF8074 () rimmer ! ryngle ! com
[Download RAW message or body]

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


Author: Raphael Coeffic <rco@iptel.org>
Committer: Raphael Coeffic <rco@iptel.org>
Date:   Mon Jun 17 16:39:01 2013 +0200

core: made processingCycle() and setStopped() virtual

---

 core/AmSession.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/AmSession.h b/core/AmSession.h
index 46b612e..5afced4 100644
--- a/core/AmSession.h
+++ b/core/AmSession.h
@@ -168,7 +168,7 @@ protected:
   bool startup();
 
   /** @return whether session continues running */
-  bool processingCycle();
+  virtual bool processingCycle();
 
   /** clean up session */
   void finalize();
@@ -384,7 +384,7 @@ public:
    * If wakeup is set, a bogus event will 
    * be sent to wake up the session.
    */
-  void setStopped(bool wakeup = false);
+  virtual void setStopped(bool wakeup = false);
 
   /**
    * Has the session already been stopped ?

_______________________________________________
Semsdev mailing list
Semsdev@lists.iptel.org
http://lists.iptel.org/mailman/listinfo/semsdev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic