diff -r b23410e29e22 -r 8873e6835f7b contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp Fri May 14 17:39:00 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp Thu May 27 14:32:46 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(); }