equal
deleted
inserted
replaced
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 // ---------------------------------------------------------------------------- |