messagingapp/msgappfw/server/inc/ccssession.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
    90      * @param aClientConversation the client conversation to be processed
    90      * @param aClientConversation the client conversation to be processed
    91      */
    91      */
    92     void HandleModifyConversationListEventL(
    92     void HandleModifyConversationListEventL(
    93             CCsClientConversation* aClientConversation);      
    93             CCsClientConversation* aClientConversation);      
    94 
    94 
       
    95 	/**
       
    96 	 * HandlePartialDeleteConversationListEvent
       
    97 	 * Handles the partial delete conversation event from cache
       
    98 	 */
       
    99     void HandlePartialDeleteConversationListEvent(
       
   100             CCsClientConversation* aClientConversation);
       
   101     
    95     /**
   102     /**
    96      * HandleNewConversationEventL
   103      * HandleNewConversationEventL
    97      * Handles the new conversation event received from cache
   104      * Handles the new conversation event received from cache
    98      * asynchronously
   105      * asynchronously
    99      * 
   106      * 
   327      * Get the conversation id from address
   334      * Get the conversation id from address
   328      * 
   335      * 
   329      * @param aMessage RMessage instance
   336      * @param aMessage RMessage instance
   330      */
   337      */
   331     void GetConversationIdfromAddressL(const RMessage2& aMessage);
   338     void GetConversationIdfromAddressL(const RMessage2& aMessage);
       
   339 
       
   340     void GetConversationFromConversationIdL(const RMessage2& aMessage);
   332 	
   341 	
   333 	/**
   342 	/**
   334      * GetConversationFromMessageIdL
   343      * GetConversationFromMessageIdL
   335      * Get the conversation from message-id
   344      * Get the conversation from message-id
   336      * 
   345      * 
   356 
   365 
   357     /**
   366     /**
   358      * Buf for doing IPC
   367      * Buf for doing IPC
   359      * Own
   368      * Own
   360      */
   369      */
   361     HBufC8* des;
   370     HBufC8*  iDes;
   362 
   371 
   363     /**
   372     /**
   364      * iEventList
   373      * iEventList
   365      * Temp list of cache change event 
   374      * Temp list of cache change event 
   366      * Own
   375      * Own