locationmgmt/networkgateway/src/netgateway.cpp
changeset 51 95c570bf4a05
parent 0 9cfd9a3ee49c
child 57 3267d9ea3e98
child 65 a796fdeeb33c
--- a/locationmgmt/networkgateway/src/netgateway.cpp	Wed Jun 23 19:48:34 2010 +0300
+++ b/locationmgmt/networkgateway/src/netgateway.cpp	Wed Aug 18 11:11:46 2010 +0300
@@ -152,11 +152,16 @@
 	
 	iAdmin = CLbsAdmin::NewL();
 
+#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)
 		{
 		iNetworkLocationChannel = CNetworkLocationChannel::NewL(*this);