--- a/qtinternetradio/irqnetworkcontroller/inc/irqnetworkcontrollerbody.h Mon Jun 21 22:33:45 2010 +0100
+++ b/qtinternetradio/irqnetworkcontroller/inc/irqnetworkcontrollerbody.h Thu Jul 22 16:31:41 2010 +0100
@@ -53,30 +53,6 @@
* @return int Error code
*/
IRQError getIAPId(unsigned long& aIapId) const;
-
- /**
- * Returns the list of available access points
- * @return QStringList &aList specifying the access point names
- */
- void getAccessPointList(QStringList &aList);
-
- /**
- * Returns the list of iap ids for available access points
- * @return QList<unsigned long> &aList specifying the iap ids
- */
- void getApIdList(QList<unsigned long> &aList);
-
- /**
- * Returns the list of bearer ids for available access points
- * @return QList<unsigned long> &aList specifying the bearer ids
- */
- void getBearerList(QList<unsigned long> &aList);
-
- /**
- * Returns the list of network ids for available access points
- * @return QList<unsigned long> &aList specifying the network ids
- */
- void getNetworkList(QList<unsigned long> &aList);
/**
* Configure the Access Point which is used by all the components for network connectivity