ipsservices/ipssosplugin/src/ipsplgpop3connectop.cpp
changeset 4 e7aa27f58ae1
parent 3 a4d6f1ea0416
child 8 e1b6206813b4
equal deleted inserted replaced
3:a4d6f1ea0416 4:e7aa27f58ae1
   431 // ----------------------------------------------------------------------------
   431 // ----------------------------------------------------------------------------
   432 //
   432 //
   433 void CIpsPlgPop3ConnectOp::QueryUsrPassL()
   433 void CIpsPlgPop3ConnectOp::QueryUsrPassL()
   434     {
   434     {
   435     FUNC_LOG;
   435     FUNC_LOG;
   436     iEventHandler->QueryUsrPassL( iEntry->EntryId(), this );
   436 
       
   437     if ( iEventHandler )
       
   438         {
       
   439         iEventHandler->QueryUsrPassL( iEntry->EntryId(), this );
       
   440         }
   437     }
   441     }
   438 
   442 
   439 
   443 
   440 
   444 
   441 // ----------------------------------------------------------------------------
   445 // ----------------------------------------------------------------------------