diff -r bfc95e24a059 -r c9471d26c7f2 qtinternetradio/irqnetworkcontroller/src/irqnetworkcontroller.cpp --- a/qtinternetradio/irqnetworkcontroller/src/irqnetworkcontroller.cpp Mon Jun 21 22:33:45 2010 +0100 +++ b/qtinternetradio/irqnetworkcontroller/src/irqnetworkcontroller.cpp Thu Jul 22 16:31:41 2010 +0100 @@ -88,50 +88,6 @@ } // --------------------------------------------------------------------------- -// IRQNetworkController::getAccessPointList() -// Returns the list of available access points -// @return QStringList &aList specifying the access point names -// --------------------------------------------------------------------------- -// -EXPORT_C void IRQNetworkController::getAccessPointList(QStringList &aList) -{ - iBody->getAccessPointList(aList); -} - -// --------------------------------------------------------------------------- -// IRQNetworkController::getApIdList() -// Returns the list of iap ids for available access points -// @return QList &aList specifying the iap ids -// --------------------------------------------------------------------------- -// -EXPORT_C void IRQNetworkController::getApIdList(QList &aList) -{ - iBody->getApIdList(aList); -} - -// --------------------------------------------------------------------------- -// IRQNetworkController::getBearerList() -// Returns the list of bearer ids for available access points -// @return QList &aList specifying the bearer ids -// --------------------------------------------------------------------------- -// -EXPORT_C void IRQNetworkController::getBearerList(QList &aList) -{ - iBody->getBearerList(aList); -} - -// --------------------------------------------------------------------------- -// IRQNetworkController::getNetworkList() -// Returns the list of network ids for available access points -// @return QList &aList specifying the network ids -// --------------------------------------------------------------------------- -// -EXPORT_C void IRQNetworkController::getNetworkList(QList &aList) -{ - iBody->getNetworkList(aList); -} - -// --------------------------------------------------------------------------- // IRQNetworkController::chooseAccessPoint() // Configures the Access Point which is used by all the components for network // connectivity