psmservices/psmserver/src/engine/psmstorage.cpp
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
   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.AppendL( configInfo );
   207         aPsmConfigArray.Append( 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);