diff -r 532ef74cdfa0 -r 43c4dec3cb1f realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofileimsauthorization.h --- a/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofileimsauthorization.h Wed Apr 14 16:19:40 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofileimsauthorization.h Tue Apr 27 17:00:49 2010 +0300 @@ -71,7 +71,17 @@ * Get */ RMobilePhone::CImsAuthorizationInfoV5& Response(); - + + /** + * Checks whether IMSAuthorization is supported + */ + TBool IsImsAuthorizationAllowed(); + + /* + * Resets IMS Authorization value + */ + void ResetImsAuthorizationAllowed(TBool aStatus); + public: //From CActive /** @@ -110,6 +120,7 @@ MSIPProfileIMSAuthorizationDataObserver& iObserver; RMobilePhone& iPhone; + TBool iIMSAuthorizationNotSupported; }; #endif // end of SIPPROFILEIMSAUTHORIZATION_H