locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp
changeset 48 81c9bee26a45
parent 0 9cfd9a3ee49c
--- a/locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp	Mon May 03 13:50:32 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/lbsnetworkrequesthandler.cpp	Tue Jul 13 12:25:28 2010 +0100
@@ -92,12 +92,17 @@
     													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);