contentmgmt/referencedrmagent/tcaf/source/ManagerStep.h
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
equal deleted inserted replaced
95:641f389e9157 96:a71299154b21
   366 	{
   366 	{
   367 public:
   367 public:
   368 	CCAFManagerAttributeStep(CCAFServer& aParent);
   368 	CCAFManagerAttributeStep(CCAFServer& aParent);
   369 	~CCAFManagerAttributeStep();
   369 	~CCAFManagerAttributeStep();
   370 	virtual TVerdict doTestStepL();
   370 	virtual TVerdict doTestStepL();
   371 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   372     TVerdict doWmdrmTestStepL();     
       
   373 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT 
       
   374 private:
   371 private:
   375 	CCAFServer& iParent;
   372 	CCAFServer& iParent;
   376 	};
   373 	};
   377 
   374 
   378 /* 
   375 /* 
   391 	{
   388 	{
   392 public:
   389 public:
   393 	CCAFManagerAttributeSetStep(CCAFServer& aParent);
   390 	CCAFManagerAttributeSetStep(CCAFServer& aParent);
   394 	~CCAFManagerAttributeSetStep();
   391 	~CCAFManagerAttributeSetStep();
   395 	virtual TVerdict doTestStepL();
   392 	virtual TVerdict doTestStepL();
   396 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   397     TVerdict doWmdrmTestStepL();     
       
   398 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   399   
   393   
   400 private:
   394 private:
   401 	CCAFServer& iParent;
   395 	CCAFServer& iParent;
   402 	};
   396 	};
   403 
   397 
   417 	{
   411 	{
   418 public:
   412 public:
   419 	CCAFManagerStringAttributeStep(CCAFServer& aParent);
   413 	CCAFManagerStringAttributeStep(CCAFServer& aParent);
   420 	~CCAFManagerStringAttributeStep();
   414 	~CCAFManagerStringAttributeStep();
   421 	virtual TVerdict doTestStepL();
   415 	virtual TVerdict doTestStepL();
   422 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   423     TVerdict doWmdrmTestStepL();     
       
   424 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   425   
   416   
   426 private:
   417 private:
   427 	CCAFServer& iParent;
   418 	CCAFServer& iParent;
   428 	};
   419 	};
   429 
   420 
   443 	{
   434 	{
   444 public:
   435 public:
   445 	CCAFManagerStringAttributeSetStep(CCAFServer& aParent);
   436 	CCAFManagerStringAttributeSetStep(CCAFServer& aParent);
   446 	~CCAFManagerStringAttributeSetStep();
   437 	~CCAFManagerStringAttributeSetStep();
   447 	virtual TVerdict doTestStepL();
   438 	virtual TVerdict doTestStepL();
   448 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   449     TVerdict doWmdrmTestStepL();     
       
   450 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   451   
       
   452 private:
   439 private:
   453 	CCAFServer& iParent;
   440 	CCAFServer& iParent;
   454 	};
   441 	};
   455 
   442 
   456 
   443