web_plat/connection_manager_api/inc/InternetConnectionManager.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
   242         /**
   242         /**
   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         
       
   248         /**
       
   249         * Cancels the connection.
       
   250         * @return none.
       
   251         */         
       
   252          virtual void CancelConnection();
       
   253 	
   247 	
   254 	public:
   248 	public:
   255 
   249 
   256 		/**
   250 		/**
   257 		*Destructor
   251 		*Destructor
   400 		TBool InIntArray( TInt aUpperBound, const TInt* aArray, TInt aElement );
   394 		TBool InIntArray( TInt aUpperBound, const TInt* aArray, TInt aElement );
   401  				
   395  				
   402 		/**
   396 		/**
   403 		*Utility functions that are used to establish a connection with a snap Id
   397 		*Utility functions that are used to establish a connection with a snap Id
   404 		*/
   398 		*/
   405  		TInt ConnectWithSnapIdL(TUint32 aRequestedSnapId);
   399  		TInt ConnectWithSnapId(TUint32 aRequestedSnapId);
   406  		
   400  		
   407  		TInt ConnectSnapWithoutCheckL(TUint32 aRequestedSnapId);
   401  		TInt ConnectSnapWithoutCheckL(TUint32 aRequestedSnapId);
   408 		 
   402 		 
   409 		TInt ConnectSnapL	(TConnSnapPref& aPref1);
   403 		TInt ConnectSnapL	(TConnSnapPref& aPref1);
   410  
   404