telutils/phoneparser/src/CPhoneVoipNumberParser.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/telutils/phoneparser/src/CPhoneVoipNumberParser.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/telutils/phoneparser/src/CPhoneVoipNumberParser.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -17,10 +17,10 @@
 
 
 // INCLUDE FILES
-#include    "CPhoneVoipNumberParser.h"
-#include    "CPhoneGsmParserResult.h"
-#include    "CPhoneGsmOptionContainer.h"
-#include    "phoneParserCommon.h"
+#include    "cphonevoipnumberparser.h" 
+#include    "cphonegsmparserresult.h" 
+#include    "cphonegsmoptioncontainer.h" 
+#include    "phoneparsercommon.h" 
 
 // CONSTANTS
 
@@ -141,8 +141,7 @@
         
         if ( !dtmfFound )
             {
-            if ( !nextChar.IsDigit() &&
-                  nextChar != KPhonePlus )
+            if ( !nextChar.IsDigit() )
                 {
                 allDigits = EFalse;
                 }