Module: sems
Branch: sayer/offer_answer DELETED
Commit: d237829a436fdcda1a07e58276fe65e896339068
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d237829a436fdcda1a07e58276fe65e896339068

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Thu Oct 21 20:14:11 2010 +0200

Revert "make requests types private"

This reverts commit 98ad8c0a8a68ac52f9ff18a5fd6a62bc44ef9047.

(actually needed by the processor thread class)

---

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

diff --git a/core/AmMediaProcessor.h b/core/AmMediaProcessor.h
index c8a5986..517ce19 100644
--- a/core/AmMediaProcessor.h
+++ b/core/AmMediaProcessor.h
@@ -98,6 +98,8 @@ class AmMediaProcessor
   AmMediaProcessor();
   ~AmMediaProcessor();
        
+  void removeFromProcessor(AmSession* s, unsigned int r_type);
+public:
   /** 
    * InsertSession     : inserts the session to the processor
    * RemoveSession     : remove the session from the processor
@@ -106,10 +108,6 @@ class AmMediaProcessor
    */
   enum { InsertSession, RemoveSession, SoftRemoveSession, ClearSession };
 
-  void removeFromProcessor(AmSession* s, unsigned int r_type);
-
-public:
-
   static AmMediaProcessor* instance();
 
   void init();

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

Reply via email to