voiceui/voiceuivoicerecognition/src/vuicplaystate.cpp
changeset 1 b13cd05eeb2f
parent 0 bf1d17376201
equal deleted inserted replaced
0:bf1d17376201 1:b13cd05eeb2f
   165     {
   165     {
   166     RUBY_DEBUG_BLOCK( "CPlayState::ExecuteL" );
   166     RUBY_DEBUG_BLOCK( "CPlayState::ExecuteL" );
   167 
   167 
   168     if ( iInternalState == ENotStarted )
   168     if ( iInternalState == ENotStarted )
   169         {
   169         {
   170         TBuf<KMaxPhoneNumberLength> phoneNumber;        
   170         TBuf<KMaxFieldLength> phoneNumber;        
   171         TFieldType fieldType;        
   171         TFieldType fieldType;        
   172         TName name;
   172         TName name;
   173         
   173         
   174         iInternalState = EStarted;
   174         iInternalState = EStarted;
   175 
   175