psmservices/psmserver/src/engine/psmstorage.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 5 1a73e8f1b64d
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   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);