web_plat/connection_manager_api/inc/InternetConnectionManager.h
branchRCL_3
changeset 58 220a17280356
parent 37 cb62a4f66ebe
child 64 ac77f89b1d9e
equal deleted inserted replaced
46:ea4b2e4f7cac 58:220a17280356
   243         * Shows the connection changed dialog.
   243         * Shows the connection changed dialog.
   244         * @return none.
   244         * @return none.
   245         */
   245         */
   246         IMPORT_C void ShowConnectionChangedDlg();
   246         IMPORT_C void ShowConnectionChangedDlg();
   247         
   247         
   248         /**
       
   249         * Cancels the connection.
       
   250         * @return none.
       
   251         */         
       
   252          virtual void CancelConnection();
       
   253 	
   248 	
   254 	public:
   249 	public:
   255 
   250 
   256 		/**
   251 		/**
   257 		*Destructor
   252 		*Destructor
   631         
   626         
   632         void DoShowConnectionChangedDlgL();
   627         void DoShowConnectionChangedDlgL();
   633         
   628         
   634         void InitializeL();
   629         void InitializeL();
   635 
   630 
       
   631     public:
       
   632         /**
       
   633         * Cancels the connection.
       
   634         * @return none.
       
   635         */         
       
   636          virtual void CancelConnection();
       
   637     
   636 	private:
   638 	private:
   637 
   639 
   638     	CApAccessPointItem* iCurrentAP;
   640     	CApAccessPointItem* iCurrentAP;
   639 	    CApDataHandler* iApDataHandler;
   641 	    CApDataHandler* iApDataHandler;
   640 		CApUtils* iApUtils;
   642 		CApUtils* iApUtils;