msg_plat/conversation_services_client_api/inc/mcsresultsobserver.h
changeset 52 12db4185673b
parent 23 238255e8b033
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    55      * This is for handling GetConversationL results asynchronusly
    55      * This is for handling GetConversationL results asynchronusly
    56      * from the server 
    56      * from the server 
    57      */
    57      */
    58 
    58 
    59     virtual void Conversations(
    59     virtual void Conversations(
    60             RPointerArray<CCsConversationEntry>& aConversationEntryList) = 0;
    60             RPointerArray<CCsConversationEntry>& aConversationEntryList,
       
    61             TInt& aTotalCount) = 0;
    61     };
    62     };
    62 
    63 
    63 #endif // __M_CS_RESULTS_OBSERVER_H__
    64 #endif // __M_CS_RESULTS_OBSERVER_H__
    64 
    65 
    65 // End of File
    66 // End of File