callcontinuity/vcchotrigger/inc/vccwlansignallevelhandler.h
branchRCL_3
changeset 15 ed1e38b404e5
parent 0 a4daefaec16c
equal deleted inserted replaced
11:bddb6d4447db 15:ed1e38b404e5
   110 
   110 
   111     /**
   111     /**
   112     * Destructor.
   112     * Destructor.
   113     */
   113     */
   114     virtual ~CVccWlanSignalLevelHandler();
   114     virtual ~CVccWlanSignalLevelHandler();
       
   115     
       
   116     /**
       
   117     *  for telling WLAN Signal Level Handler that manual HO is done or not done
       
   118     */
       
   119     void SetManualHoDone( TBool aValue );
   115 
   120 
   116 private:
   121 private:
   117 
   122 
   118     /**
   123     /**
   119      * Symbian second-phase constructor
   124      * Symbian second-phase constructor
   175 
   180 
   176     /**
   181     /**
   177      * @see MWlanMgmtNotifications::OldNetworksLost()
   182      * @see MWlanMgmtNotifications::OldNetworksLost()
   178      */
   183      */
   179     void OldNetworksLost();
   184     void OldNetworksLost();
   180 
   185     
       
   186     /**
       
   187      * Overriding this because WLAN signal level handler needs to observe the signal level
       
   188      * more frequently than GSM Signal Level Handler
       
   189      */
       
   190     void RunL();
       
   191     
       
   192     //overriding this because specific actions needed for cancellation for WLAN
       
   193     void DoCancel(); 
       
   194     
   181 private: // data
   195 private: // data
   182 
   196 
   183     /**
   197     /**
   184      * WLAN management client.
   198      * WLAN management client.
   185      * Own.
   199      * Own.
   188     
   202     
   189     /**
   203     /**
   190      * for informing the states
   204      * for informing the states
   191      */
   205      */
   192     CVccEngPsProperty& iVccPsp;
   206     CVccEngPsProperty& iVccPsp;
       
   207     
       
   208     /**
       
   209      * indicates is manual HO done or not
       
   210      */
       
   211     TBool iManualHoDone;
   193     };
   212     };
   194 
   213 
   195 #endif // VCCWLANSIGNALLEVELHANDLER_H
   214 #endif // VCCWLANSIGNALLEVELHANDLER_H
   196 
   215