--- 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;
}