locationmgmt/networkgateway/src/netgateway.cpp
changeset 48 81c9bee26a45
parent 0 9cfd9a3ee49c
child 57 3267d9ea3e98
child 65 a796fdeeb33c
--- a/locationmgmt/networkgateway/src/netgateway.cpp	Mon May 03 13:50:32 2010 +0300
+++ b/locationmgmt/networkgateway/src/netgateway.cpp	Tue Jul 13 12:25:28 2010 +0100
@@ -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);