diff -r c2e8c8b73582 -r 532ef74cdfa0 realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h --- a/realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h Wed Mar 31 22:10:27 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h Wed Apr 14 16:19:40 2010 +0300 @@ -69,6 +69,15 @@ * The value is of type TBool. */ const TUint32 KSIPProfileLocked = 504; +/** +* Defines how autoregistration profile behaves on home network/roaming +* situations. If value is ETrue, automatic registration is not allowed +* while roaming. +* The value is of type TBool +* This constant will have no effect from Symbian ^ 3 onwards. +* Registrations in Roaming network can be controlled using "Data Use When Roaming" setting. */ +const TUint32 KSIPAllowAutoRegistrationOnlyOnHomeNetwork = 505; + // FORWARD DECLARATIONS class CSIPManagedProfileRegistry;