ipsservices/ipssosplugin/inc/ipsplgsyncstatehandler.h
changeset 59 16ed8d08d0b1
parent 23 2dc6caa42ec3
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
    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