realtimenetprots/sipfw/SIP/Codec/src/CSIPAcceptEncodingHeader.cpp
changeset 37 0295359a7673
parent 33 b8a7e07b2677
equal deleted inserted replaced
33:b8a7e07b2677 37:0295359a7673
   162 	{
   162 	{
   163 	HBufC8* tmp = aCodings.AllocLC();
   163 	HBufC8* tmp = aCodings.AllocLC();
   164 	tmp->Des().Trim();
   164 	tmp->Des().Trim();
   165 	//Allowing '/' token for interoperability issues
   165 	//Allowing '/' token for interoperability issues
   166 	RArray<TSIPChar> array;
   166 	RArray<TSIPChar> array;
   167 	if(CFeatureDiscovery::IsFeatureSupportedL(TUid::Uid(KFeatureIdFfSipApnSwitching)))
   167 	if(CFeatureDiscovery::IsFeatureSupportedL(TUid::Uid(KFeatureIdFfSipNonstandardInteropfix)))
   168 	    {
   168 	    {
   169         array.Append('/');
   169         array.Append('/');
   170 	    }
   170 	    }
   171 	
   171 	
   172 	if (tmp->Length() > 0 && !SIPSyntaxCheck::Token(*tmp,&array))
   172 	if (tmp->Length() > 0 && !SIPSyntaxCheck::Token(*tmp,&array))