diff -r f18401adf8e1 -r 641f389e9157 contentmgmt/referencedrmagent/tcaf/source/ManagerStep.h --- a/contentmgmt/referencedrmagent/tcaf/source/ManagerStep.h Thu Aug 19 11:38:48 2010 +0300 +++ b/contentmgmt/referencedrmagent/tcaf/source/ManagerStep.h Tue Aug 31 17:00:08 2010 +0300 @@ -368,6 +368,9 @@ CCAFManagerAttributeStep(CCAFServer& aParent); ~CCAFManagerAttributeStep(); virtual TVerdict doTestStepL(); +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT + TVerdict doWmdrmTestStepL(); +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT private: CCAFServer& iParent; }; @@ -390,6 +393,9 @@ CCAFManagerAttributeSetStep(CCAFServer& aParent); ~CCAFManagerAttributeSetStep(); virtual TVerdict doTestStepL(); +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT + TVerdict doWmdrmTestStepL(); +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT private: CCAFServer& iParent; @@ -413,6 +419,9 @@ CCAFManagerStringAttributeStep(CCAFServer& aParent); ~CCAFManagerStringAttributeStep(); virtual TVerdict doTestStepL(); +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT + TVerdict doWmdrmTestStepL(); +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT private: CCAFServer& iParent; @@ -436,6 +445,10 @@ CCAFManagerStringAttributeSetStep(CCAFServer& aParent); ~CCAFManagerStringAttributeSetStep(); virtual TVerdict doTestStepL(); +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT + TVerdict doWmdrmTestStepL(); +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT + private: CCAFServer& iParent; };