rtp/rtpstack/tsrc/ut_rtpstack/inc/UT_CRtpAPI.h
changeset 30 d7640adb246b
parent 29 5f12516512fa
child 33 b8a7e07b2677
--- a/rtp/rtpstack/tsrc/ut_rtpstack/inc/UT_CRtpAPI.h	Thu Jun 24 14:43:49 2010 +0300
+++ b/rtp/rtpstack/tsrc/ut_rtpstack/inc/UT_CRtpAPI.h	Mon Jun 28 19:10:29 2010 +0300
@@ -65,8 +65,7 @@
      public MRtpObserver,
      public MNonRTPDataObserver,
      public MRtcpObserver,
-     public MSRTPReKeyingObserver,
-     public MRtpPostProcessingObserver
+      public MSRTPReKeyingObserver
     {
     public:     // Constructors and destructors
 
@@ -104,8 +103,6 @@
 		void SRTPMasterKeyStaleEvent(const CSRTPSession&  aSession);
 		void SRTPMasterKeyStaleEvent(const CSRTPStream&  aStream);
 		
-        void ReadyToSendRtpPacket( TRtpId aTranStreamId, TPtr8 &aPacket );
-		
     private:    // New methods
 
          void SetupL();
@@ -243,12 +240,7 @@
         
         
          void UT_CRtpAPI_VersionL();
-         
-         void UT_CRtpAPI_RegisterRtpPostProcessingObserverL();
-         
-         void UT_CRtpAPI_SendRtpPacketWithCSRCL();
-         
-         void UT_CRtpAPI_UnregisterRtpPostProcessingObserverL();
+        
 
     private:    // Data
 
@@ -264,9 +256,8 @@
 		TBuf8<32>       iMKI;
 		TBuf8<32> iRFC3711_TestMasterKey128bits;	     
 	    TBuf8<32> iRFC3711_TestMasterSalt112bits;
-	    TBuf8<32>       iSalt;
+	           TBuf8<32>       iSalt;
         TBuf8<32>       iKey;
-        TBool iIsCallBackReceived;
     };
 
 #endif      //  __UT_CRTPAPI_H__