diff -r d39add9822e2 -r 5bfc169077b2 web_plat/connection_manager_api/inc/InternetConnectionManager.h --- 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);