locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp
branchRCL_3
changeset 52 29dbbeac905d
parent 0 9cfd9a3ee49c
child 54 0c2046328c85
--- a/locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp	Wed Jun 09 11:13:47 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp	Thu Aug 19 11:17:26 2010 +0300
@@ -92,12 +92,18 @@
     													iNetRegStatus);
 
     iNrhServer->SetPrivacyServerObserver(iPrivLocHandler->PrivacyHandler());
-    
+
+#if defined __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
+	TBool locationManagementSupported(EFalse);
+#else
 #ifdef SYMBIAN_FEATURE_MANAGER
 	TBool locationManagementSupported = CFeatureDiscovery::IsFeatureSupportedL(NFeature::KLocationManagement);
 #else
 	TBool locationManagementSupported(ETrue);
-#endif
+#endif // SYMBIAN_FEATURE_MANAGER
+#endif // __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
+    
+
 	if(locationManagementSupported)
 		{
 		iX3pHandler = CX3pHandler::NewL(*iNgMessageSwitch, iPrivLocHandler->X3pStatusHandler(), *iAdmin);