branch | RCL_3 |
changeset 59 | a0713522ab97 |
parent 51 | 15e4dd19031c |
child 64 | b276298d5729 |
--- a/contentpublishingsrv/contentpublishingserver/cpserver/src/cpserversession.cpp Wed Mar 31 22:04:35 2010 +0300 +++ b/contentpublishingsrv/contentpublishingserver/cpserver/src/cpserversession.cpp Wed Apr 14 16:16:44 2010 +0300 @@ -340,7 +340,7 @@ cpMaps->AtL(i, mapVariant); const CCPLiwMap* map = static_cast<const CCPLiwMap*> (mapVariant.AsMap()); - ExecuteActionL(map, ETrue, options); + TRAP_IGNORE(ExecuteActionL(map, ETrue, options)); CleanupStack::PopAndDestroy(&mapVariant); }