web_plat/connection_manager_api/inc/InternetConnectionManager.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 58 220a17280356
child 65 5bfc169077b2
--- a/web_plat/connection_manager_api/inc/InternetConnectionManager.h	Thu Dec 17 09:20:16 2009 +0200
+++ b/web_plat/connection_manager_api/inc/InternetConnectionManager.h	Thu Jan 07 13:31:38 2010 +0200
@@ -244,6 +244,12 @@
         * @return none.
         */
         IMPORT_C void ShowConnectionChangedDlg();
+        
+        /**
+        * Cancels the connection.
+        * @return none.
+        */         
+         virtual void CancelConnection();
 	
 	public:
 
@@ -396,7 +402,7 @@
 		/**
 		*Utility functions that are used to establish a connection with a snap Id
 		*/
- 		TInt ConnectWithSnapId(TUint32 aRequestedSnapId);
+ 		TInt ConnectWithSnapIdL(TUint32 aRequestedSnapId);
  		
  		TInt ConnectSnapWithoutCheckL(TUint32 aRequestedSnapId);