contentmgmt/referencedrmagent/RefTestAgent/streamingrefagent/inc/sraserver.h
changeset 19 cd501b96611d
parent 8 35751d3474b7
child 61 641f389e9157
equal deleted inserted replaced
15:da2ae96f639b 19:cd501b96611d
    94 	void StartProcessorL();
    94 	void StartProcessorL();
    95 	
    95 	
    96 private:
    96 private:
    97 	CSraProcessor* iProcessor;
    97 	CSraProcessor* iProcessor;
    98 	CKeyStreamSink* iKeyStreamSink;
    98 	CKeyStreamSink* iKeyStreamSink;
       
    99 	CSraRightsObject* iRo;
       
   100 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
    99 	CSdpMediaField* iSdp;
   101 	CSdpMediaField* iSdp;
   100 	CSraRightsObject* iRo;
       
   101 	CSdpDocument* iSdpDoc;
   102 	CSdpDocument* iSdpDoc;
       
   103 #endif
   102 	/**
   104 	/**
   103 	 A handle to a mutex which is used to signal the client that the key has been implemented. 
   105 	 A handle to a mutex which is used to signal the client that the key has been implemented. 
   104 	 Not necessary in real-life agents and is present here only for testing.
   106 	 Not necessary in real-life agents and is present here only for testing.
   105 	 */
   107 	 */
   106 	RMutex iMutex;
   108 	RMutex iMutex;