emailservices/emailstore/message_store/server/src/MessageStoreSession.cpp
changeset 76 38bf5461e270
parent 68 83cc6bae1de8
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
  1079 // FUNCTION: DoMatchFoundL
  1079 // FUNCTION: DoMatchFoundL
  1080 // ==========================================================================
  1080 // ==========================================================================
  1081 void CMessageStoreSession::DoMatchFoundL( TContainerId aMessageId, TContainerId aFolderId, const TDesC8& aPropertyBuf )
  1081 void CMessageStoreSession::DoMatchFoundL( TContainerId aMessageId, TContainerId aFolderId, const TDesC8& aPropertyBuf )
  1082     {
  1082     {
  1083     CSearchResult* result = CSearchResult::NewL( aMessageId, aFolderId, aPropertyBuf );
  1083     CSearchResult* result = CSearchResult::NewL( aMessageId, aFolderId, aPropertyBuf );
       
  1084     CleanupStack::PushL( result );
  1084     iMatchMessages.AppendL( result );
  1085     iMatchMessages.AppendL( result );
       
  1086     CleanupStack::Pop( result );
  1085 
  1087 
  1086     SendMatchesToClient();
  1088     SendMatchesToClient();
  1087     } // end MatchFound
  1089     } // end MatchFound
  1088 
  1090 
  1089 // ==========================================================================
  1091 // ==========================================================================