idlehomescreen/xmluirendering/ecomelement/xndomvisitor/src/xndomvisitor.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 4 4d54b72983ae
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
    92     const TXnPropertyProxy aTable[], 
    92     const TXnPropertyProxy aTable[], 
    93     TInt aItemCount, 
    93     TInt aItemCount, 
    94     TAny* aData )
    94     TAny* aData )
    95     {
    95     {
    96     CXnDomList* propertyList = reinterpret_cast<CXnDomList*>( aData );
    96     CXnDomList* propertyList = reinterpret_cast<CXnDomList*>( aData );
    97     CXnDomStringPool& stringPool = propertyList->StringPool();
    97     CXnDomStringPool* stringPool = propertyList->StringPool();
    98     
    98     
    99     for ( TInt i=0; i<aItemCount; i++ )
    99     for ( TInt i=0; i<aItemCount; i++ )
   100         {
   100         {
   101         CXnDomProperty* property = NULL;
   101         CXnDomProperty* property = NULL;
   102         const TDesC8* name = 
   102         const TDesC8* name = 
   268     {
   268     {
   269     delete this;
   269     delete this;
   270     }
   270     }
   271 
   271 
   272 //  End of File  
   272 //  End of File  
       
   273