voiceui/voiceuivoicerecognition/src/vuicerrorstate.cpp
branchRCL_3
changeset 7 f096c31e006a
parent 0 bf1d17376201
--- a/voiceui/voiceuivoicerecognition/src/vuicerrorstate.cpp	Fri Feb 19 22:52:04 2010 +0200
+++ b/voiceui/voiceuivoicerecognition/src/vuicerrorstate.cpp	Mon Mar 15 12:40:40 2010 +0200
@@ -207,6 +207,11 @@
             type = CGlobalNote::ESystemError;
             break;
             }
+        case KErrNoMemory:
+            {
+            type = CGlobalNote::ENoMemory;
+            break;
+            }
         default:
             {
             type = CGlobalNote::ENotRecognizedPermanent;