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