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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Dec 28 00:51:47 2010 +0100

removed orphan code

---

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

diff --git a/core/AmB2BSession.h b/core/AmB2BSession.h
index cd554c7..dfbb242 100644
--- a/core/AmB2BSession.h
+++ b/core/AmB2BSession.h
@@ -81,18 +81,6 @@ struct B2BSipReplyEvent: public B2BSipEvent
   { }
 };
 
-/** \brief relay a message body to other leg in B2B session */
-struct B2BMsgBodyEvent : public B2BEvent {
-  string content_type;
-  string body;
-
-  B2BMsgBodyEvent(const string& content_type,
-                 const string& body)
-    : B2BEvent(B2BMsgBody),
-    content_type(content_type), body(body) { }
-  ~B2BMsgBodyEvent() { }
-};
-
 /** \brief trigger connecting the callee leg in B2B session */
 struct B2BConnectEvent: public B2BEvent
 {

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

Reply via email to