ipsservices/ipssosplugin/src/ipsplgimap4connectop.cpp
changeset 4 e7aa27f58ae1
parent 3 a4d6f1ea0416
child 8 e1b6206813b4
equal deleted inserted replaced
3:a4d6f1ea0416 4:e7aa27f58ae1
   520 // CIpsPlgImap4ConnectOp::QueryUserPwdL()
   520 // CIpsPlgImap4ConnectOp::QueryUserPwdL()
   521 // ----------------------------------------------------------------------------
   521 // ----------------------------------------------------------------------------
   522 // 
   522 // 
   523 void CIpsPlgImap4ConnectOp::QueryUserPwdL()
   523 void CIpsPlgImap4ConnectOp::QueryUserPwdL()
   524     {
   524     {
   525     iEventHandler->QueryUsrPassL( iService, this );
   525     if ( iEventHandler )
       
   526         {
       
   527         iEventHandler->QueryUsrPassL( iService, this );
       
   528         }
   526     }
   529     }
   527 
   530 
   528     
   531     
   529 // ----------------------------------------------------------------------------
   532 // ----------------------------------------------------------------------------
   530 // CIpsPlgImap4ConnectOp::GetOperationErrorCodeL()
   533 // CIpsPlgImap4ConnectOp::GetOperationErrorCodeL()