Module: sems Branch: sayer/offer_answer Commit: 98ad8c0a8a68ac52f9ff18a5fd6a62bc44ef9047 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=98ad8c0a8a68ac52f9ff18a5fd6a62bc44ef9047
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Oct 21 20:05:46 2010 +0200 make requests types private --- core/AmMediaProcessor.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/AmMediaProcessor.h b/core/AmMediaProcessor.h index 517ce19..c8a5986 100644 --- a/core/AmMediaProcessor.h +++ b/core/AmMediaProcessor.h @@ -98,8 +98,6 @@ 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 @@ -108,6 +106,10 @@ public: */ 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
