realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/sipprofileimsauthorization.h
branchRCL_3
changeset 6 43c4dec3cb1f
parent 0 307788aac0a8
equal deleted inserted replaced
5:532ef74cdfa0 6:43c4dec3cb1f
    69 
    69 
    70     /**
    70     /**
    71     * Get 
    71     * Get 
    72     */
    72     */
    73     RMobilePhone::CImsAuthorizationInfoV5& Response();
    73     RMobilePhone::CImsAuthorizationInfoV5& Response();
    74 
    74     
       
    75     /**
       
    76      * Checks whether IMSAuthorization is supported  
       
    77      */
       
    78     TBool IsImsAuthorizationAllowed();
       
    79     
       
    80     /*
       
    81      * Resets IMS Authorization value
       
    82      */
       
    83     void ResetImsAuthorizationAllowed(TBool aStatus);
       
    84     
    75 public: //From CActive
    85 public: //From CActive
    76     
    86     
    77     /**
    87     /**
    78     * Handles result
    88     * Handles result
    79     */
    89     */
   108 
   118 
   109 private: 
   119 private: 
   110     
   120     
   111     MSIPProfileIMSAuthorizationDataObserver& iObserver; 
   121     MSIPProfileIMSAuthorizationDataObserver& iObserver; 
   112     RMobilePhone& iPhone;
   122     RMobilePhone& iPhone;
       
   123     TBool iIMSAuthorizationNotSupported;
   113     };
   124     };
   114 
   125 
   115 #endif // end of SIPPROFILEIMSAUTHORIZATION_H
   126 #endif // end of SIPPROFILEIMSAUTHORIZATION_H
   116 
   127 
   117 // End of File
   128 // End of File