diff -r 740ceea8e153 -r 3c8db403127f realtimenetprots/sipfw/SIP/Codec/src/SIPSyntaxCheck.h --- a/realtimenetprots/sipfw/SIP/Codec/src/SIPSyntaxCheck.h Fri Jun 11 14:01:23 2010 +0300 +++ b/realtimenetprots/sipfw/SIP/Codec/src/SIPSyntaxCheck.h Wed Jun 23 18:36:31 2010 +0300 @@ -31,6 +31,7 @@ #define SIPSYNTAXCHECK_H #include "siphostport.h" +#include "TSIPChar.h" #include @@ -39,7 +40,7 @@ { public: - static TBool Token (const TDesC8& aValue); + static TBool Token (const TDesC8& aValue , RArray* aArray = NULL ); static TBool AlphaMaxSize8 (const TDesC8& aValue); static TBool Host (const TDesC8& aValue); static TBool Word (const TDesC8& aValue);