web_plat/connection_manager_api/inc/InternetConnectionManager.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 74 91031d3aab7d
--- a/web_plat/connection_manager_api/inc/InternetConnectionManager.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/web_plat/connection_manager_api/inc/InternetConnectionManager.h	Fri Mar 19 09:52:28 2010 +0200
@@ -244,12 +244,6 @@
         * @return none.
         */
         IMPORT_C void ShowConnectionChangedDlg();
-        
-        /**
-        * Cancels the connection.
-        * @return none.
-        */         
-         virtual void CancelConnection();
 	
 	public:
 
@@ -402,7 +396,7 @@
 		/**
 		*Utility functions that are used to establish a connection with a snap Id
 		*/
- 		TInt ConnectWithSnapIdL(TUint32 aRequestedSnapId);
+ 		TInt ConnectWithSnapId(TUint32 aRequestedSnapId);
  		
  		TInt ConnectSnapWithoutCheckL(TUint32 aRequestedSnapId);