psmservices/psmserver/src/engine/psmstorage.cpp
changeset 59 0f7422b6b602
parent 12 e978f818f9bd
child 61 8cb079868133
equal deleted inserted replaced
52:d6b9e89d80a3 59:0f7422b6b602
   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);