phoneclientserver/EnPolicy/Inc/SosEnPolicy/CSosEnPolicySatRefresh.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
   100         /** 
   100         /** 
   101         * @see CActive::RunL() 
   101         * @see CActive::RunL() 
   102         */
   102         */
   103         void RunL();
   103         void RunL();
   104         
   104         
   105         private:    // Data
   105 		private:    // Data
   106         
   106 		
   107             // Reference to cbsserver
   107 		    // Reference to cbsserver
   108               CSosEmergencyNumberPolicyHandler& iCSosEmergencyNumberPolicyHandler;
   108 			  CSosEmergencyNumberPolicyHandler& iCSosEmergencyNumberPolicyHandler;
   109               // Sat session connection.
   109 			  // Sat session connection.
   110               RSatSession* iSatSession;
   110 			  RSatSession* iSatSession;
   111               // Sat refresh connection
   111 			  // Sat refresh connection
   112             RSatRefresh* iSatRefresh;
   112 		    RSatRefresh* iSatRefresh;
   113             // Is refresh allowed to do.
   113 		   	// Is refresh allowed to do.
   114             TBool iAllowRefresh;    
   114 		    TBool iAllowRefresh;    
   115             // The RProperty to listen system global state..
   115 		    // The RProperty to listen system global state..
   116             RProperty iProperty;
   116 		    RProperty iProperty;
   117     };
   117     };
   118 
   118 
   119 #endif      // CSOSENPOLICYSATREFRESH_H   
   119 #endif      // CSOSENPOLICYSATREFRESH_H   
   120 
   120 
   121 
   121