diff -r 3b03c28289e6 -r f683e24efca3 internetradio2.0/networkcontrollerinc/irnetworkcontroller.h --- a/internetradio2.0/networkcontrollerinc/irnetworkcontroller.h Fri Jun 11 13:30:40 2010 +0300 +++ b/internetradio2.0/networkcontrollerinc/irnetworkcontroller.h Wed Jun 23 18:04:00 2010 +0300 @@ -23,10 +23,6 @@ #include #include -//Added for ALR/SNAP -#include -#include -#include #include #include "iractivenetworkobserver.h" @@ -38,25 +34,6 @@ class CIRSettings; class MIRActiveNetworkObserver; -typedef RArray RDestinationArray; - -//Added for ALR/SNAP -enum TUserDefinedSelection - { - EUserDefinedSelectionAlwaysAsk = 0, - EUserDefinedSelectionDefaultConnection, - EUserDefinedSelectionDestination, - EUserDefinedSelectionConnectionMethod - }; - - -namespace CommsDat - { - class CMDBSession; - } - -using namespace CommsDat; - /** * This class provides the interface to IRNetworkController component * @@ -102,18 +79,6 @@ * // this is used by download manager for choosing the access point * iNetworkController->GetIAPId(); * - * // This API returns the list of available access points - * iNetworkController->GetAccessPointList(); - * - * // This API returns the list of bearer ids for available access points - * iNetworkController->GetBearerList(); - * - * // This API returns the list of network ids for available access points - * iNetworkController->GetNetworkList(); - * - * // This API returns the list of iap ids for available access points - * iNetworkController->GetApList(); - * * // This API is called to initiate access point selection * iNetworkController->ChooseAccessPointL(); * @@ -203,30 +168,6 @@ IMPORT_C TInt GetIAPId(TUint32& aIapId) const; /** - * Returns the list of available access points - * @return CDesCArray* array specifying the access point names - */ - IMPORT_C const CDesCArray* GetAccessPointList() const; - - /** - * Returns the list of bearer ids for available access points - * @return const RArray array specifying the bearer ids - */ - IMPORT_C const RArray GetBearerList() const; - - /** - * Returns the list of network ids for available access points - * @return const RArray array specifying the network ids - */ - IMPORT_C const RArray GetNetworkList() const; - - /** - * Returns the list of iap ids for available access points - * @return const RArray array specifying the iap ids - */ - IMPORT_C const RArray GetApList() const; - - /** * Configures the Access Point which is used by all the components for network connectivity */ IMPORT_C void ChooseAccessPointL(TBool aDefaultConnection = ETrue); @@ -522,21 +463,6 @@ CDesCArrayFlat* iIapList; /** - * Array of bearer ids for access points - */ - RArray iBearerList; - - /** - * Array of network ids for access points - */ - RArray iNetworkList; - - /** - * Array of iap ids for access points - */ - RArray iIapIdList; - - /** * Indicates if WiFi is supported or not */ TBool iIsWlanSupported;