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