messagingapp/msgui/appengine/tsrc/testconversationengine/src/testconversationnotifier.cpp
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
    77     iCachingStatusObserver = NULL;
    77     iCachingStatusObserver = NULL;
    78 }
    78 }
    79 
    79 
    80 void TestConversationNotifier
    80 void TestConversationNotifier
    81 ::SendListResultUpdate(RPointerArray<CCsConversationEntry>& 
    81 ::SendListResultUpdate(RPointerArray<CCsConversationEntry>& 
    82                                         aConversationEntryList)
    82                                         aConversationEntryList,
       
    83                                         TInt& aTotalCount)
    83 {
    84 {
    84     // Pass the results to the observer
    85     // Pass the results to the observer
    85     if ( iResultsObserver )
    86     if ( iResultsObserver )
    86     {
    87     {
    87         iResultsObserver->Conversations(aConversationEntryList);
    88         iResultsObserver->Conversations(aConversationEntryList,aTotalCount);
    88     }
    89     }
    89 }
    90 }
    90 
    91 
    91 void TestConversationNotifier
    92 void TestConversationNotifier
    92 ::UpdateConversationEntryModify(CCsConversationEntry& aConversationEntry)
    93 ::UpdateConversationEntryModify(CCsConversationEntry& aConversationEntry)