contentmgmt/cafstreamingsupport/test/streamingtestagent/inc/staserver.h
changeset 85 1efb81185f1c
parent 56 c11c717470d0
child 96 a71299154b21
equal deleted inserted replaced
77:956a80986d49 85:1efb81185f1c
    72 		void PanicClient(const RMessagePtr2& aMessage, TInt aReason);
    72 		void PanicClient(const RMessagePtr2& aMessage, TInt aReason);
    73 		
    73 		
    74 	private:
    74 	private:
    75 		HBufC8* iBuffer;
    75 		HBufC8* iBuffer;
    76 		CKeyStreamSink* iKeyStreamSink;
    76 		CKeyStreamSink* iKeyStreamSink;
    77 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
    78 		CSdpMediaField* iSdp;
    77 		CSdpMediaField* iSdp;
    79 		CSdpDocument* iSdpDoc;
    78 		CSdpDocument* iSdpDoc;
    80 #endif
       
    81 		CSraRightsObject* iRo;
    79 		CSraRightsObject* iRo;
    82 		};
    80 		};
    83 	
    81 	
    84 	/** The mime type of the post-acquisition rights object file. */
    82 	/** The mime type of the post-acquisition rights object file. */
    85 	_LIT8(KPostAcquisitionRoMimeType,"application/x-rta.drm.postacqrights");
    83 	_LIT8(KPostAcquisitionRoMimeType,"application/x-rta.drm.postacqrights");