equal
deleted
inserted
replaced
141 HBufC8* name = ConvertToUpperCaseLC( param->Name() ); |
141 HBufC8* name = ConvertToUpperCaseLC( param->Name() ); |
142 |
142 |
143 TVPbkFieldTypeParameter fieldTypeParam = |
143 TVPbkFieldTypeParameter fieldTypeParam = |
144 static_cast<TVPbkFieldTypeParameter>( |
144 static_cast<TVPbkFieldTypeParameter>( |
145 TVPbkMappingsFindTool::FindIdByName( *name, paramArray ) ); |
145 TVPbkMappingsFindTool::FindIdByName( *name, paramArray ) ); |
146 if (!iAttributeHandler.CreateAttributeL(fieldTypeParam, |
146 if (!iAttributeHandler.CreateAttributeL(fieldTypeParam)) |
147 iVersitProperty.Name())) |
|
148 { |
147 { |
149 // No attribute created from fieldTypeParam, |
148 // No attribute created from fieldTypeParam, |
150 // so add to parameters list |
149 // so add to parameters list |
151 parameters.Add(fieldTypeParam); |
150 parameters.Add(fieldTypeParam); |
152 } |
151 } |
162 HBufC8* name = ConvertToUpperCaseLC( paramArray[ n ]->Name() ); |
161 HBufC8* name = ConvertToUpperCaseLC( paramArray[ n ]->Name() ); |
163 |
162 |
164 TVPbkFieldTypeParameter fieldTypeParam = |
163 TVPbkFieldTypeParameter fieldTypeParam = |
165 static_cast<TVPbkFieldTypeParameter>( |
164 static_cast<TVPbkFieldTypeParameter>( |
166 TVPbkMappingsFindTool::FindIdByName( *name, paramArray ) ); |
165 TVPbkMappingsFindTool::FindIdByName( *name, paramArray ) ); |
167 if (!iAttributeHandler.CreateAttributeL(fieldTypeParam, |
166 if (!iAttributeHandler.CreateAttributeL(fieldTypeParam)) |
168 iVersitProperty.Name())) |
|
169 { |
167 { |
170 // No attribute created from fieldTypeParam, |
168 // No attribute created from fieldTypeParam, |
171 // so add to parameters list |
169 // so add to parameters list |
172 parameters.Add(fieldTypeParam); |
170 parameters.Add(fieldTypeParam); |
173 } |
171 } |