messagingapp/msgui/appengine/tsrc/testconversationengine/src/testconversationenginestub.cpp
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
   223 
   223 
   224 //Prerae a list with : conv id, no of unread msgs, 
   224 //Prerae a list with : conv id, no of unread msgs, 
   225 void TestConversationEngineStub::UpdateConversationList()
   225 void TestConversationEngineStub::UpdateConversationList()
   226 {
   226 {
   227     TInt error;
   227     TInt error;
   228     TRAP(error, PrepareConversationListL(iConversationID, 5, iUnReadCount));    
   228     TInt totalCount = 5;
   229     iNotifier->SendListResultUpdate(iConversationEntryList);
   229     TRAP(error, PrepareConversationListL(iConversationID, totalCount, iUnReadCount));    
       
   230     iNotifier->SendListResultUpdate(iConversationEntryList,totalCount);
   230 }
   231 }
   231 
   232 
   232 void TestConversationEngineStub::UpdateConvEntry(TInt aConversationId)
   233 void TestConversationEngineStub::UpdateConvEntry(TInt aConversationId)
   233 {
   234 {
   234     for (TInt i = 0; i < iConversationEntryList.Count(); ++i)
   235     for (TInt i = 0; i < iConversationEntryList.Count(); ++i)