diff -r f18401adf8e1 -r 641f389e9157 contentmgmt/cafstreamingsupport/test/tscaf/source/tscafstep.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tscafstep.cpp Thu Aug 19 11:38:48 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tscafstep.cpp Tue Aug 31 17:00:08 2010 +0300 @@ -16,10 +16,8 @@ // #include "tscafstep.h" -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY -#include -#include -#endif +#include "sdpconnectionfield.h" +#include "sdporiginfield.h" TSdpAttribute::TSdpAttribute() { @@ -121,7 +119,6 @@ return TestStepResult(); } -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY // We need this dummy function because TCleanupItem c'tor (see below) does not accept functions without parameters void CloseSdpCodecPool(TAny *) { @@ -274,7 +271,6 @@ return sdp; } -#endif CKeyStreamSink* CScafStep::CreateKeyStreamSinkLC(const TDesC& aFileName, const TDesC& aPrivPath) /** @@ -316,12 +312,8 @@ @param aSdp The SDP object which will be deleted. */ { -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY delete reinterpret_cast(aSdpDoc); SdpCodecStringPool::Close(); -#else - (void) aSdpDoc; -#endif } void CScafStep::CopyFile2AgentsPrivateFolderL(RFs& aFs, const TDesC& aFileName, const TDesC& aPrivPath) @@ -356,7 +348,6 @@ CleanupStack::PopAndDestroy(2, fTarget); } -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY void CScafStep::AddAttributes2SdpL(CSdpMediaField& aSdp, TInt aSdpNum) /** * Add attributes from the instance within the CSdpConfiguration array, where @@ -404,7 +395,6 @@ CleanupStack::PopAndDestroy(3); }//for }//End of function -#endif void CScafStep::PrintErrorAndLeaveL(TDesC& aKey) /**