realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofilesimauthorization.h
branchRCL_3
changeset 16 43c4dec3cb1f
parent 0 307788aac0a8
--- a/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofilesimauthorization.h	Wed Apr 14 16:19:40 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofilesimauthorization.h	Tue Apr 27 17:00:49 2010 +0300
@@ -70,7 +70,17 @@
     void RequestL();
    
     RMobilePhone::TMobilePhoneSubscriberId& IMSI();
-
+    
+    /*
+     * Quires whether SIM Authorization is allowed
+     */
+    TBool IsSIMAuthorizationAllowed();
+    
+    /*
+     * Resets SIM Authorization value
+     */
+    void ResetSIMAuthorizationAllowed(TBool aStatus);
+    
 public: //From CActive
     
     /**
@@ -111,6 +121,8 @@
     */
     MSIPProfileIMSAuthorizationDataObserver& iObserver; 
     RMobilePhone& iPhone;
+    TBool iSIMAuthorizationNotSupported;
+    
 private: //For testing  purpose
 #ifdef CPPUNIT_TEST	
     friend class CSIPProfileSIMAuthorizationStub;