--- a/telutils/phoneparser/src/CPhoneVoipNumberParser.cpp Tue Feb 02 01:11:09 2010 +0200
+++ b/telutils/phoneparser/src/CPhoneVoipNumberParser.cpp Fri Mar 19 09:40:14 2010 +0200
@@ -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;
}