equal
deleted
inserted
replaced
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 #include <s32strm.h> |
20 #include <s32strm.h> |
21 #include "stringattributeset.h" |
21 #include <caf/stringattributeset.h> |
22 #include "caferr.h" |
22 #include <caf/caferr.h> |
23 #include "cafutils.h" |
23 #include "cafutils.h" |
24 #include "stringAttribute.h" |
24 #include "stringAttribute.h" |
25 |
25 |
26 using namespace ContentAccess; |
26 using namespace ContentAccess; |
27 |
27 |
182 CStringAttribute* element = CStringAttribute::NewL(aAttribute, aValue, aErrorCode); |
182 CStringAttribute* element = CStringAttribute::NewL(aAttribute, aValue, aErrorCode); |
183 CleanupStack::PushL(element); |
183 CleanupStack::PushL(element); |
184 User::LeaveIfError(iAttributes.Append(element)); |
184 User::LeaveIfError(iAttributes.Append(element)); |
185 CleanupStack::Pop(element); |
185 CleanupStack::Pop(element); |
186 } |
186 } |
|
187 |
|
188 |
|
189 |
|
190 |
|
191 |
|
192 |