realtimenetprots/sipfw/ProfileAgent/Client/Api/sipmanagedprofile.h
branchRCL_3
changeset 14 532ef74cdfa0
parent 0 307788aac0a8
equal deleted inserted replaced
12:c2e8c8b73582 14:532ef74cdfa0
    67 * The SIP Profile Agent implementation does not understand
    67 * The SIP Profile Agent implementation does not understand
    68 * the semantics of the parameter.
    68 * the semantics of the parameter.
    69 * The value is of type TBool. */
    69 * The value is of type TBool. */
    70 const TUint32 KSIPProfileLocked = 504;
    70 const TUint32 KSIPProfileLocked = 504;
    71 
    71 
       
    72 /**
       
    73 * Defines how autoregistration profile behaves on home network/roaming
       
    74 * situations. If value is ETrue, automatic registration is not allowed
       
    75 * while roaming.
       
    76 * The value is of type TBool 
       
    77 * This constant will have no effect from Symbian ^ 3 onwards.
       
    78 * Registrations in Roaming network can be controlled using "Data Use When Roaming" setting. */
       
    79 const TUint32 KSIPAllowAutoRegistrationOnlyOnHomeNetwork = 505;
       
    80 
    72 // FORWARD DECLARATIONS
    81 // FORWARD DECLARATIONS
    73 
    82 
    74 class CSIPManagedProfileRegistry;
    83 class CSIPManagedProfileRegistry;
    75 
    84 
    76 
    85