From e122bdbca137d29d64333efbdcec809e045deadc Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 28 Dec 2010 00:51:47 +0100 Subject: [PATCH] removed orphan code --- core/AmB2BSession.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/AmB2BSession.h b/core/AmB2BSession.h index cd554c7e..dfbb242b 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 {