diff -r f18401adf8e1 -r 641f389e9157 contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp Thu Aug 19 11:38:48 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp Tue Aug 31 17:00:08 2010 +0300 @@ -22,9 +22,7 @@ using namespace StreamAccess; -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY const TUint32 KTestSpiBase = 667; -#endif CScafRefAgent::CScafRefAgent(CScafServer& aParent): CScafIpSec(aParent) { @@ -34,7 +32,6 @@ TVerdict CScafRefAgent::doTestL() { -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY SetTestStepResult(EPass); CleanAgentsPrivateFolderL(KSraPrivateFolder()); CopyFile2AgentsPrivateFolderL(iParent.Fs(), KProgramProtectedRo(), KSraPrivateFolder()); @@ -95,6 +92,5 @@ // Release the allocated memories CleanupStack::PopAndDestroy(5, protectedStreamDesc); CleanupStack::PopAndDestroy(); // sdpDoc -#endif return TestStepResult(); }