locationmgmt/networkgateway/src/netgateway.cpp
changeset 57 3267d9ea3e98
parent 48 81c9bee26a45
equal deleted inserted replaced
48:81c9bee26a45 57:3267d9ea3e98
   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