--- a/contentmgmt/referencedrmagent/tcaf/source/ManagerStep.h Thu Apr 01 00:24:41 2010 +0300
+++ b/contentmgmt/referencedrmagent/tcaf/source/ManagerStep.h Wed Apr 14 17:48:59 2010 +0300
@@ -368,9 +368,6 @@
CCAFManagerAttributeStep(CCAFServer& aParent);
~CCAFManagerAttributeStep();
virtual TVerdict doTestStepL();
-#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
- TVerdict doWmdrmTestStepL();
-#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
private:
CCAFServer& iParent;
};
@@ -393,9 +390,6 @@
CCAFManagerAttributeSetStep(CCAFServer& aParent);
~CCAFManagerAttributeSetStep();
virtual TVerdict doTestStepL();
-#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
- TVerdict doWmdrmTestStepL();
-#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
private:
CCAFServer& iParent;
@@ -419,9 +413,6 @@
CCAFManagerStringAttributeStep(CCAFServer& aParent);
~CCAFManagerStringAttributeStep();
virtual TVerdict doTestStepL();
-#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
- TVerdict doWmdrmTestStepL();
-#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
private:
CCAFServer& iParent;
@@ -445,10 +436,6 @@
CCAFManagerStringAttributeSetStep(CCAFServer& aParent);
~CCAFManagerStringAttributeSetStep();
virtual TVerdict doTestStepL();
-#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
- TVerdict doWmdrmTestStepL();
-#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
-
private:
CCAFServer& iParent;
};