smf/smfservermodule/smfserver/transportmgr/smftransportmanager.cpp
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
   172  * @param aConfig The new configuration
   172  * @param aConfig The new configuration
   173  */
   173  */
   174 void SmfTransportManager::configurationAdded ( 
   174 void SmfTransportManager::configurationAdded ( 
   175 		const QNetworkConfiguration &aConfig )
   175 		const QNetworkConfiguration &aConfig )
   176 	{
   176 	{
       
   177 	Q_UNUSED(aConfig);
   177 	SmfTransportManagerUtil::getInstance()->configurationAdded(SmfTransportOpIAPChanged);
   178 	SmfTransportManagerUtil::getInstance()->configurationAdded(SmfTransportOpIAPChanged);
   178 	}
   179 	}
   179 
   180 
   180 /**
   181 /**
   181  * This slot is called when the state of the aConfig changes.
   182  * This slot is called when the state of the aConfig changes.