equal
deleted
inserted
replaced
729 |
729 |
730 TInt ForkedDialogsCount(); |
730 TInt ForkedDialogsCount(); |
731 |
731 |
732 void ForceUpdateStreamL(); |
732 void ForceUpdateStreamL(); |
733 void ResetCurrentDialog(); |
733 void ResetCurrentDialog(); |
|
734 void SetFirstOffer(); |
734 protected: |
735 protected: |
735 |
736 |
736 |
737 |
737 CMceSipSession ( CMceCsSession& aClientSession, |
738 CMceSipSession ( CMceCsSession& aClientSession, |
738 CMceSipConnection& aSIPConnection, |
739 CMceSipConnection& aSIPConnection, |
788 |
789 |
789 protected: // Own Data |
790 protected: // Own Data |
790 |
791 |
791 //SDP offer/answer |
792 //SDP offer/answer |
792 CSdpDocument* iOffer; |
793 CSdpDocument* iOffer; |
|
794 CSdpDocument* iFirstOffer; |
793 |
795 |
794 // Force SDP Sending Flag used for Resrouce Reservation |
796 // Force SDP Sending Flag used for Resrouce Reservation |
795 TBool iForceSDPSending; |
797 TBool iForceSDPSending; |
796 |
798 |
797 // Previous Offer/Answer document, own. |
799 // Previous Offer/Answer document, own. |