messagingapp/msgutils/unieditorutils/unieditorplugins/unieditormmsplugin/inc/unieditormmsplugin_p.h
changeset 52 12db4185673b
parent 34 84197e66a4bd
child 70 a15d9966050f
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
   208     /**
   208     /**
   209      * @see MMsvSessionObserver
   209      * @see MMsvSessionObserver
   210      */
   210      */
   211     void HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2,
   211     void HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2,
   212                              TAny* aArg3);
   212                              TAny* aArg3);
       
   213     
       
   214     /**
       
   215      * Populate sender address (for reply/replyAll case)
       
   216      */
       
   217     void populateSenderL(ConvergedMessage& aMessage);
       
   218     
       
   219     /**
       
   220      * Populates converged message for reply case
       
   221      */
       
   222     void convertFromReplyHandlerL(ConvergedMessage* aMessage);
       
   223     
       
   224     /**
       
   225      * Populates converged message for replyAll case
       
   226      */
       
   227     void convertFromReplyAllHandlerL(ConvergedMessage* aMessage);
       
   228     
       
   229     /**
       
   230      * Populates converged message for default case
       
   231      */
       
   232     void convertFromDefaultHandlerL(ConvergedMessage* aMessage);
   213 
   233 
   214 private:
   234 private:
   215     // Data
   235     // Data
   216     CMsvSession* iSession;
   236     CMsvSession* iSession;
   217     CClientMtmRegistry* iMtmRegistry;
   237     CClientMtmRegistry* iMtmRegistry;