contentmgmt/referencedrmagent/RefTestAgent/streamingrefagent/inc/sraserver.h
changeset 19 cd501b96611d
parent 8 35751d3474b7
child 61 641f389e9157
--- a/contentmgmt/referencedrmagent/RefTestAgent/streamingrefagent/inc/sraserver.h	Mon Oct 12 10:17:04 2009 +0300
+++ b/contentmgmt/referencedrmagent/RefTestAgent/streamingrefagent/inc/sraserver.h	Fri Nov 06 13:21:00 2009 +0200
@@ -96,9 +96,11 @@
 private:
 	CSraProcessor* iProcessor;
 	CKeyStreamSink* iKeyStreamSink;
+	CSraRightsObject* iRo;
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	CSdpMediaField* iSdp;
-	CSraRightsObject* iRo;
 	CSdpDocument* iSdpDoc;
+#endif
 	/**
 	 A handle to a mutex which is used to signal the client that the key has been implemented. 
 	 Not necessary in real-life agents and is present here only for testing.