diff -r b23410e29e22 -r 8873e6835f7b contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h --- a/contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h Fri May 14 17:39:00 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h Thu May 27 14:32:46 2010 +0300 @@ -111,11 +111,9 @@ 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); @@ -139,9 +137,7 @@ 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);