locationmgmt/networkgateway/src/netgateway.cpp
changeset 60 9a7e3d5f461a
parent 51 95c570bf4a05
equal deleted inserted replaced
51:95c570bf4a05 60:9a7e3d5f461a
   270 or a single module is loaded when the phone registers.
   270 or a single module is loaded when the phone registers.
   271 Loading is a 'one-off' process, nothing further is loaded (and nothing is unloaded) till phone reboots
   271 Loading is a 'one-off' process, nothing further is loaded (and nothing is unloaded) till phone reboots
   272 */
   272 */
   273 void CNetworkGateway::LoadProtocolModuleL(TLbsProtocolModuleId aModuleId)
   273 void CNetworkGateway::LoadProtocolModuleL(TLbsProtocolModuleId aModuleId)
   274 	{
   274 	{
       
   275 	LBSLOG(ELogP2, "CNetworkGateway::LoadProtocolModuleL:");
   275 	if(aModuleId != KLbsProtocolNullModuleId)
   276 	if(aModuleId != KLbsProtocolNullModuleId)
   276 	    {
   277 	    {
   277         CProtocolModuleInfo* moduleInfo = ModuleInfo(aModuleId);
   278         CProtocolModuleInfo* moduleInfo = ModuleInfo(aModuleId);
   278         CLbsNetworkProtocolBase* module = NULL;
   279         CLbsNetworkProtocolBase* module = NULL;
   279         
   280