contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamsink.cpp
changeset 85 1efb81185f1c
parent 56 c11c717470d0
child 96 a71299154b21
--- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamsink.cpp	Thu Jul 01 18:10:29 2010 +0530
+++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamsink.cpp	Thu Jul 22 18:30:16 2010 +0530
@@ -67,7 +67,6 @@
 	encryptedStr.Append(*ro->Key());
 	CleanupStack::PopAndDestroy(ro);
 	
-#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	//Create an SDP document object and set the created key stream field object
 	CSdpDocument* sdpDoc = CreateSdpDocumentLC();
 	//Create an SDP key stream field object with an attribute requiring the service protected RO
@@ -113,9 +112,6 @@
 		}
 
 	CleanupStack::PopAndDestroy(4, sdpDoc); // fOutputKey, decoder, sink, sdpDoc
-#endif
-
-	
 	return TestStepResult();
 	}
 
@@ -175,7 +171,6 @@
 	CopyFile2AgentsPrivateFolderL(iParent.Fs(), KProgramProtectedRo(), privatePathA);
 	CopyFile2AgentsPrivateFolderL(iParent.Fs(), KProgramProtectedRo(), privatePathB);
 
-#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	//Create an SDP document object and set the created key stream field object for each decoder
 	CSdpDocument* sdpDoc = CreateSdpDocumentLC();
 	
@@ -284,6 +279,5 @@
 	CleanupStack::PopAndDestroy(2, sinkB);		//< decoderB, sink B
 	CleanupStack::PopAndDestroy(2, sinkA);		//< decoderA, sinkA
 	CleanupStack::PopAndDestroy(sdpDoc); 		//< sdpDoc
-#endif	
 	return TestStepResult();
 	}