ipsservices/ipssosplugin/src/ipsplgsosbaseplugin.cpp
changeset 27 9ba4404ef423
parent 23 2dc6caa42ec3
child 30 759dc5235cdb
equal deleted inserted replaced
23:2dc6caa42ec3 27:9ba4404ef423
  2777     {
  2777     {
  2778     FUNC_LOG;
  2778     FUNC_LOG;
  2779     TBool ret( EFalse );
  2779     TBool ret( EFalse );
  2780     for ( TInt i = 0; i < iOperations.Count(); i++ )
  2780     for ( TInt i = 0; i < iOperations.Count(); i++ )
  2781         {
  2781         {
  2782         if( iOperations[i]->BaseOperation()->FSMailboxId() == aMailboxId )
  2782         if( iOperations[i]->BaseOperation() && 
       
  2783             iOperations[i]->BaseOperation()->FSMailboxId() == aMailboxId )
  2783             {
  2784             {
  2784             ret = ETrue;
  2785             ret = ETrue;
  2785             }
  2786             }
  2786         }
  2787         }
  2787     return ret;
  2788     return ret;