diff -r 3b03c28289e6 -r f683e24efca3 qtinternetradio/irqnetworkcontroller/src/irqnetworkcontroller.cpp --- a/qtinternetradio/irqnetworkcontroller/src/irqnetworkcontroller.cpp Fri Jun 11 13:30:40 2010 +0300 +++ b/qtinternetradio/irqnetworkcontroller/src/irqnetworkcontroller.cpp Wed Jun 23 18:04:00 2010 +0300 @@ -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