voiceui/voiceuivoicerecognition/src/vuicerrorstate.cpp
branchRCL_3
changeset 7 f096c31e006a
parent 0 bf1d17376201
equal deleted inserted replaced
5:01d847e5a91b 7:f096c31e006a
   203             break;
   203             break;
   204             }
   204             }
   205         case KErrInit:
   205         case KErrInit:
   206             {
   206             {
   207             type = CGlobalNote::ESystemError;
   207             type = CGlobalNote::ESystemError;
       
   208             break;
       
   209             }
       
   210         case KErrNoMemory:
       
   211             {
       
   212             type = CGlobalNote::ENoMemory;
   208             break;
   213             break;
   209             }
   214             }
   210         default:
   215         default:
   211             {
   216             {
   212             type = CGlobalNote::ENotRecognizedPermanent;
   217             type = CGlobalNote::ENotRecognizedPermanent;