--- a/multimediacommsengine/mmcesrv/mmcemediamanager/inc/mcesecuredesstream.h Tue Aug 31 15:35:13 2010 +0300
+++ b/multimediacommsengine/mmcesrv/mmcemediamanager/inc/mcesecuredesstream.h Wed Sep 01 12:20:28 2010 +0100
@@ -213,13 +213,12 @@
void ForceUpdateStreamL();
private:
- /**
- * Set Crypto Context to MCC after Encode/Decode SDP are done
- * @return void
- */
- void SetCryptoContextL( );
-
-
+ /**
+ * * Set Crypto Context to MCC after Encode/Decode SDP are done
+ * @return void
+ */
+ void SetCryptoContextL( TBool aAnswer = ETrue );
+
/**
* Base64 encoding
* @since Series 60 3.0
@@ -401,6 +400,7 @@
TMceSecureCryptoInfo iCryptoOut;
TMceSecureCryptoInfo iCryptoIn;
TBool iGnoreSdpMsg;
+ TBool iWaitingBinding;
private://data
@@ -421,8 +421,9 @@
CSdpMediaField* iMediaField;
TBool iIsSAVP;
-
- TBool iWaitingBinding;
+
+ TBool iRemoteChangeKey;
+
TUint32 iCryptoContextOutId;