web_plat/connection_manager_api/inc/InternetConnectionManager.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
--- a/web_plat/connection_manager_api/inc/InternetConnectionManager.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_plat/connection_manager_api/inc/InternetConnectionManager.h	Wed Sep 01 12:28:30 2010 +0100
@@ -21,8 +21,6 @@
 #ifndef INTERNET_CONNECTION_MANAGER_H
 #define INTERNET_CONNECTION_MANAGER_H
 
-#warning The Connection Manager API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
-
 //FORWARD DECLARATIONS
 class CIntConnectionInitiator;
 class CApUtils;
@@ -246,6 +244,7 @@
         * @return none.
         */
         IMPORT_C void ShowConnectionChangedDlg();
+        
 	
 	public:
 
@@ -398,7 +397,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);
 		 
@@ -629,6 +628,15 @@
         
         void InitializeL();
 
+    public:
+        /**
+        * Cancels the connection.
+        * @return none.
+        */         
+         virtual void CancelConnection();
+         
+         void SetOccPreferences(TSetOCCPreferences aOCCPreferences);
+    
 	private:
 
     	CApAccessPointItem* iCurrentAP;