equal
deleted
inserted
replaced
53 { |
53 { |
54 public: |
54 public: |
55 CCAFContentAttributeStep(CCAFServer& aParent); |
55 CCAFContentAttributeStep(CCAFServer& aParent); |
56 ~CCAFContentAttributeStep(); |
56 ~CCAFContentAttributeStep(); |
57 virtual TVerdict doTestStepL(); |
57 virtual TVerdict doTestStepL(); |
58 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
59 TVerdict doWmdrmTestStepL(); |
|
60 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
61 private: |
58 private: |
62 CCAFServer& iParent; |
59 CCAFServer& iParent; |
63 }; |
60 }; |
64 |
61 |
65 /* |
62 /* |
76 { |
73 { |
77 public: |
74 public: |
78 CCAFContentAttributeSetStep(CCAFServer& aParent); |
75 CCAFContentAttributeSetStep(CCAFServer& aParent); |
79 ~CCAFContentAttributeSetStep(); |
76 ~CCAFContentAttributeSetStep(); |
80 virtual TVerdict doTestStepL(); |
77 virtual TVerdict doTestStepL(); |
81 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
82 TVerdict doWmdrmTestStepL(); |
|
83 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
84 private: |
78 private: |
85 CCAFServer& iParent; |
79 CCAFServer& iParent; |
86 }; |
80 }; |
87 |
81 |
88 /* |
82 /* |
99 { |
93 { |
100 public: |
94 public: |
101 CCAFContentStringAttributeStep(CCAFServer& aParent); |
95 CCAFContentStringAttributeStep(CCAFServer& aParent); |
102 ~CCAFContentStringAttributeStep(); |
96 ~CCAFContentStringAttributeStep(); |
103 virtual TVerdict doTestStepL(); |
97 virtual TVerdict doTestStepL(); |
104 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
105 TVerdict doWmdrmTestStepL(); |
|
106 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
107 |
98 |
108 private: |
99 private: |
109 CCAFServer& iParent; |
100 CCAFServer& iParent; |
110 }; |
101 }; |
111 |
102 |
123 { |
114 { |
124 public: |
115 public: |
125 CCAFContentStringAttributeSetStep(CCAFServer& aParent); |
116 CCAFContentStringAttributeSetStep(CCAFServer& aParent); |
126 ~CCAFContentStringAttributeSetStep(); |
117 ~CCAFContentStringAttributeSetStep(); |
127 virtual TVerdict doTestStepL(); |
118 virtual TVerdict doTestStepL(); |
128 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
129 TVerdict doWmdrmTestStepL(); |
|
130 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT |
|
131 |
119 |
132 private: |
120 private: |
133 CCAFServer& iParent; |
121 CCAFServer& iParent; |
134 }; |
122 }; |
135 |
123 |