contentmgmt/referencedrmagent/RefTestAgent/streamingrefagent/inc/sraserver.h
changeset 85 1efb81185f1c
parent 17 cd501b96611d
child 96 a71299154b21
equal deleted inserted replaced
77:956a80986d49 85:1efb81185f1c
    95 	
    95 	
    96 private:
    96 private:
    97 	CSraProcessor* iProcessor;
    97 	CSraProcessor* iProcessor;
    98 	CKeyStreamSink* iKeyStreamSink;
    98 	CKeyStreamSink* iKeyStreamSink;
    99 	CSraRightsObject* iRo;
    99 	CSraRightsObject* iRo;
   100 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
   101 	CSdpMediaField* iSdp;
   100 	CSdpMediaField* iSdp;
   102 	CSdpDocument* iSdpDoc;
   101 	CSdpDocument* iSdpDoc;
   103 #endif
       
   104 	/**
   102 	/**
   105 	 A handle to a mutex which is used to signal the client that the key has been implemented. 
   103 	 A handle to a mutex which is used to signal the client that the key has been implemented. 
   106 	 Not necessary in real-life agents and is present here only for testing.
   104 	 Not necessary in real-life agents and is present here only for testing.
   107 	 */
   105 	 */
   108 	RMutex iMutex;
   106 	RMutex iMutex;