diff -r 0ed94ceaa377 -r cb62a4f66ebe web_plat/connection_manager_api/inc/InternetConnectionManager.h --- 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);