diff -r 956a80986d49 -r 1efb81185f1c contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp Thu Jul 01 18:10:29 2010 +0530 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp Thu Jul 22 18:30:16 2010 +0530 @@ -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(); }