psmservices/psmserver/src/engine/psmstorage.cpp
changeset 63 09d657f1ee00
parent 12 e978f818f9bd
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
   202             default:
   202             default:
   203                 COMPONENT_TRACE( ( _L( "PSM Server - CPsmStorage::CreateConfigArrayL() - Unknown type" ) ) );
   203                 COMPONENT_TRACE( ( _L( "PSM Server - CPsmStorage::CreateConfigArrayL() - Unknown type" ) ) );
   204             }
   204             }
   205 
   205 
   206         // Add info to list
   206         // Add info to list
   207         aPsmConfigArray.Append( configInfo );
   207         aPsmConfigArray.AppendL( configInfo );
   208 
   208 
   209         // handle next element set
   209         // handle next element set
   210         setElement = nodeList.Next().AsElement();
   210         setElement = nodeList.Next().AsElement();
   211         }
   211         }
   212     CleanupStack::PopAndDestroy(&nodeList);
   212     CleanupStack::PopAndDestroy(&nodeList);