contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
--- a/contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h	Tue Aug 31 17:00:08 2010 +0300
+++ b/contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h	Wed Sep 01 12:40:57 2010 +0100
@@ -111,9 +111,11 @@
 	TVerdict doTestStepL();
 	TVerdict doTestStepPostambleL();
 	void CleanAgentsPrivateFolderL(const TDesC& aPrivatePath);
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	CSdpDocument* CreateSdpDocumentLC();
 	CSdpMediaField* CreateSdpLC(TInt aSdpNum);
 	void AddMediaFieldL(CSdpDocument& aSdpDoc, const CSdpMediaField* aSdpKeyStream);
+#endif
 	CKeyStreamSink* CreateKeyStreamSinkLC(const TDesC& aFilePath, const TDesC& aPrivPath);
 	void CopyFile2AgentsPrivateFolderL(RFs& aFs, const TDesC& aFileName, const TDesC& aPrivPath);
 	HBufC* GetFullPathLC(const TDesC& aPath, const TDesC& aFileName);
@@ -137,7 +139,9 @@
 									const TDesC& aExpectedValue);
 	
 private:
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	void AddAttributes2SdpL(CSdpMediaField& aSdp, TInt aSdpNum);
+#endif
 	void PrintErrorAndLeaveL(TDesC& aKey);
 	static void DeleteSdpDocAndCloseCodecPool(TAny* aSdpDoc);