contentpublishingsrv/contentpublishingserver/cpserver/src/cpnotificationhandler.cpp
branchRCL_3
changeset 14 15e4dd19031c
parent 12 502e5d91ad42
child 19 edd621764147
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
   310                 {
   310                 {
   311                 if ( IsProperForFilterL( *variant.AsMap(), **filter ) )
   311                 if ( IsProperForFilterL( *variant.AsMap(), **filter ) )
   312                     {
   312                     {
   313                     listOfMatchingMaps->AppendL( variant );
   313                     listOfMatchingMaps->AppendL( variant );
   314                     }
   314                     }
   315                 else 
   315                 }
   316                     {
   316             CleanupStack::PopAndDestroy( &variant );
   317                     variant.Reset();
       
   318                     }
       
   319                 }
       
   320 			CleanupStack::Pop( &variant );
       
   321 			}
   317 			}
   322 		if ( listOfMatchingMaps->Count( ) )
   318 		if ( listOfMatchingMaps->Count( ) )
   323 			{
   319 			{
   324 			//append transaction id
   320 			//append transaction id
   325 			listOfMatchingMaps->AppendL( TLiwVariant( *iter.CurrentKey() ));
   321 			listOfMatchingMaps->AppendL( TLiwVariant( *iter.CurrentKey() ));