realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h
changeset 17 bfe1f539b721
parent 0 307788aac0a8
--- a/realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h	Fri Apr 16 15:18:54 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h	Mon May 03 12:50:54 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;