equal
deleted
inserted
replaced
778 void AdjustMccStreamL( CMceSrvStream& aStream ); |
778 void AdjustMccStreamL( CMceSrvStream& aStream ); |
779 void ValidateMccStreamL( CMceSrvStream& aStream ); |
779 void ValidateMccStreamL( CMceSrvStream& aStream ); |
780 void StopMccStream( CMceSrvStream& aStream ); |
780 void StopMccStream( CMceSrvStream& aStream ); |
781 |
781 |
782 void SetRemoteAddressL( CMceSrvStream& aStream ); |
782 void SetRemoteAddressL( CMceSrvStream& aStream ); |
|
783 |
|
784 void SetRemoteMsrpPathL( CMceSrvStream& aStream ); |
783 |
785 |
784 void PrepareUpdateL( CMceSdpSession& aSession ); |
786 void PrepareUpdateL( CMceSdpSession& aSession ); |
785 |
787 |
786 void CleanupL( CMceComSession& aSession ); |
788 void CleanupL( CMceComSession& aSession ); |
787 |
789 |
939 |
941 |
940 // List of SDP codecs |
942 // List of SDP codecs |
941 RPointerArray<CMceSdpCodec> iSdpCodecs; |
943 RPointerArray<CMceSdpCodec> iSdpCodecs; |
942 |
944 |
943 RPointerArray<CMceComFileSource> iTranscodeSessions; |
945 RPointerArray<CMceComFileSource> iTranscodeSessions; |
944 |
946 |
|
947 TBool iMsrpSessionCreated; |
945 |
948 |
946 |
949 |
947 private: |
950 private: |
948 |
951 |
949 friend class CMceSdpSession; |
952 friend class CMceSdpSession; |