ipsservices/ipssosplugin/inc/ipsplgsyncstatehandler.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 0 8466d47a6819
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    93     * Updates mailbox state to syncing mailboxes array, append box if not
    93     * Updates mailbox state to syncing mailboxes array, append box if not
    94     * found and append can be done (no errors occur)
    94     * found and append can be done (no errors occur)
    95     * @param aMailbox  id of mailbox to be append
    95     * @param aMailbox  id of mailbox to be append
    96     * @param aState state to be updated or added to mailbox
    96     * @param aState state to be updated or added to mailbox
    97     */
    97     */
    98     void AppendMailboxToSyncingMailbox( TMsvId aMailbox, TInt aState );
    98     void AppendMailboxToSyncingMailboxL( TMsvId aMailbox, TInt aState );
    99     
    99     
   100     TInt GetMailboxIpsState( TMsvId aMailbox );
   100     TInt GetMailboxIpsState( TMsvId aMailbox );
   101     
   101     
   102     void NotifyMailboxRemove( TMsvId aMailbox );
   102     void NotifyMailboxRemove( TMsvId aMailbox );
   103     
   103