locationrequestmgmt/locationserver/src/EPos_CPosSubSession.cpp
branchRCL_3
changeset 52 29dbbeac905d
parent 0 9cfd9a3ee49c
child 54 0c2046328c85
--- a/locationrequestmgmt/locationserver/src/EPos_CPosSubSession.cpp	Wed Jun 09 11:13:47 2010 +0300
+++ b/locationrequestmgmt/locationserver/src/EPos_CPosSubSession.cpp	Thu Aug 19 11:17:26 2010 +0300
@@ -106,12 +106,16 @@
 	SetPsyDefaultUpdateTimeOut(iPsyDefaultUpdateTimeOut);
 
 	iLocMonitorReqHandlerHub = &aLocMonitorReqHandlerHub;
-    
+#if defined __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
+	iLocationManagementSupported = EFalse;
+#else
 #ifdef SYMBIAN_FEATURE_MANAGER
 	iLocationManagementSupported = CFeatureDiscovery::IsFeatureSupportedL(NFeature::KLocationManagement);
 #else
 	__ASSERT_ALWAYS(EFalse, User::Invariant());	// Would happen on older versions of symbian OS if this code ever backported
-#endif    
+#endif // SYMBIAN_FEATURE_MANAGER
+#endif // __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
+
 	
 	if(iLocationManagementSupported)
 		{