multimediacommsengine/mmcesrv/mmceserver/inc/mcesipsession.h
changeset 12 966b25fd74b5
parent 0 1bce908db942
equal deleted inserted replaced
0:1bce908db942 12:966b25fd74b5
   727     
   727     
   728     TBool IsNatSession();
   728     TBool IsNatSession();
   729 
   729 
   730     TInt ForkedDialogsCount();
   730     TInt ForkedDialogsCount();
   731 	
   731 	
       
   732     void ForceUpdateStreamL();
       
   733     void ResetCurrentDialog();
       
   734     void SetFirstOffer();
   732 protected:
   735 protected:
   733 
   736 
   734 
   737 
   735 	CMceSipSession ( CMceCsSession& aClientSession, 
   738 	CMceSipSession ( CMceCsSession& aClientSession, 
   736 	                 CMceSipConnection& aSIPConnection,
   739 	                 CMceSipConnection& aSIPConnection,
   786 
   789 
   787 protected: // Own Data
   790 protected: // Own Data
   788 
   791 
   789     //SDP offer/answer
   792     //SDP offer/answer
   790     CSdpDocument* iOffer;
   793     CSdpDocument* iOffer;
       
   794     CSdpDocument* iFirstOffer;
   791     
   795     
   792     // Force SDP Sending Flag used for Resrouce Reservation
   796     // Force SDP Sending Flag used for Resrouce Reservation
   793     TBool iForceSDPSending;
   797     TBool iForceSDPSending;
   794             
   798             
   795     // Previous Offer/Answer document, own.
   799     // Previous Offer/Answer document, own.