--- a/locationrequestmgmt/locationserver/src/EPos_CPosSubSession.cpp Wed Sep 15 00:02:22 2010 +0300
+++ b/locationrequestmgmt/locationserver/src/EPos_CPosSubSession.cpp Wed Oct 13 16:07:50 2010 +0300
@@ -106,16 +106,12 @@
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 // SYMBIAN_FEATURE_MANAGER
-#endif // __WINSCW__ && defined SYMBIAN_CELLMO_CENTRIC
-
+#endif
if(iLocationManagementSupported)
{