realtimenetprots/sipfw/SIP/Codec/src/CSIPAcceptEncodingHeader.cpp
branchRCL_3
changeset 41 f54bfd820e04
parent 26 822e1f077722
equal deleted inserted replaced
40:654ed625511d 41:f54bfd820e04
   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))