contentpublishingsrv/contentpublishingserver/cpserver/src/cpserversession.cpp
branchRCL_3
changeset 15 a0713522ab97
parent 14 15e4dd19031c
child 16 b276298d5729
equal deleted inserted replaced
14:15e4dd19031c 15:a0713522ab97
   338         TLiwVariant mapVariant;
   338         TLiwVariant mapVariant;
   339         mapVariant.PushL();
   339         mapVariant.PushL();
   340         cpMaps->AtL(i, mapVariant);
   340         cpMaps->AtL(i, mapVariant);
   341         const CCPLiwMap* map =
   341         const CCPLiwMap* map =
   342                 static_cast<const CCPLiwMap*> (mapVariant.AsMap());
   342                 static_cast<const CCPLiwMap*> (mapVariant.AsMap());
   343         ExecuteActionL(map, ETrue, options);
   343         TRAP_IGNORE(ExecuteActionL(map, ETrue, options));
   344         CleanupStack::PopAndDestroy(&mapVariant);
   344         CleanupStack::PopAndDestroy(&mapVariant);
   345         }
   345         }
   346 
   346 
   347     CleanupStack::PopAndDestroy(cpMaps);
   347     CleanupStack::PopAndDestroy(cpMaps);
   348     CleanupStack::PopAndDestroy(genericList);
   348     CleanupStack::PopAndDestroy(genericList);