locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp
branchRCL_3
changeset 54 0c2046328c85
parent 52 29dbbeac905d
child 55 c92d4f3c47c5
equal deleted inserted replaced
52:29dbbeac905d 54:0c2046328c85
   100 	TBool locationManagementSupported = CFeatureDiscovery::IsFeatureSupportedL(NFeature::KLocationManagement);
   100 	TBool locationManagementSupported = CFeatureDiscovery::IsFeatureSupportedL(NFeature::KLocationManagement);
   101 #else
   101 #else
   102 	TBool locationManagementSupported(ETrue);
   102 	TBool locationManagementSupported(ETrue);
   103 #endif // SYMBIAN_FEATURE_MANAGER
   103 #endif // SYMBIAN_FEATURE_MANAGER
   104 #endif // __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
   104 #endif // __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
   105     
   105 	
   106 
       
   107 	if(locationManagementSupported)
   106 	if(locationManagementSupported)
   108 		{
   107 		{
   109 		iX3pHandler = CX3pHandler::NewL(*iNgMessageSwitch, iPrivLocHandler->X3pStatusHandler(), *iAdmin);
   108 		iX3pHandler = CX3pHandler::NewL(*iNgMessageSwitch, iPrivLocHandler->X3pStatusHandler(), *iAdmin);
   110 		}
   109 		}
   111 
   110