--- a/realtimenetprots/sipfw/ProfileAgent/Client/Src/sipmanagedprofile.cpp Tue Feb 02 01:03:15 2010 +0200
+++ b/realtimenetprots/sipfw/ProfileAgent/Client/Src/sipmanagedprofile.cpp Fri Apr 16 15:18:54 2010 +0300
@@ -224,6 +224,8 @@
case KSIPDigestPassword:
case KSIPHeaders:
case KSIPContactHeaderUser:
+ case KPrimaryAPN:
+ case KSecondaryAPN:
User::Leave(KErrNotFound);
case KSIPSnapId:
__ASSERT_ALWAYS((aVal>0),User::Leave(KErrArgument));
@@ -272,6 +274,8 @@
case KSIPContactHeaderUser:
case KSIPSoIpTOS:
case KSIPSnapId:
+ case KPrimaryAPN:
+ case KSecondaryAPN:
User::Leave(KErrNotFound);
default:
iSIPProfile->SetExtensionParameterL(aParam, aVal);
@@ -313,6 +317,8 @@
case KSIPContactHeaderUser:
case KSIPSoIpTOS:
case KSIPSnapId:
+ case KPrimaryAPN:
+ case KSecondaryAPN:
User::Leave(KErrNotFound);
default:
TBuf8<KParameterbufLength> buf;
@@ -358,6 +364,8 @@
case KSIPContactHeaderUser:
case KSIPSoIpTOS:
case KSIPSnapId:
+ case KPrimaryAPN:
+ case KSecondaryAPN:
User::Leave(KErrNotFound);
default:
iSIPProfile->SetExtensionParameterL(aParam, aVal);