uifw/AvKon/src/AknQueryControl.cpp
branchRCL_3
changeset 23 3d340a0166ff
parent 9 aabf2c525e0f
child 38 c52421ed5f07
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
   235          aUpdatedState != CAknEcsDetector::EServiceNumMatch )
   235          aUpdatedState != CAknEcsDetector::EServiceNumMatch )
   236         {
   236         {
   237         if ( iParent->QueryType() == EPinLayout )
   237         if ( iParent->QueryType() == EPinLayout )
   238             {
   238             {
   239             _AKNTRACE( "[%s][%s] ", "RevealSecretText( EFalse )", __FUNCTION__);
   239             _AKNTRACE( "[%s][%s] ", "RevealSecretText( EFalse )", __FUNCTION__);
   240             static_cast<CAknNumericSecretEditor*>
   240             if( iParent->ControlByLayoutOrNull( EPinLayout ) )
   241                 ( iParent->ControlByLayoutOrNull( EPinLayout ) )->RevealSecretText( EFalse );
   241             	{
       
   242 				static_cast<CAknNumericSecretEditor*>
       
   243 					( iParent->ControlByLayoutOrNull( EPinLayout ) )->RevealSecretText( EFalse );
       
   244             	}
   242             }
   245             }
   243         }
   246         }
   244     
   247     
   245     // This check must be last action in the routine.  
   248     // This check must be last action in the routine.  
   246     // If the query is cancelled, the iParent is deleted!
   249     // If the query is cancelled, the iParent is deleted!