msg_plat/conversation_services_client_api/inc/mcsresultsobserver.h
changeset 48 4f501b74aeb1
parent 23 238255e8b033
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
    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