locationmgmt/networkgateway/src/netgateway.cpp
branchRCL_3
changeset 52 29dbbeac905d
parent 0 9cfd9a3ee49c
child 57 3267d9ea3e98
child 65 a796fdeeb33c
--- a/locationmgmt/networkgateway/src/netgateway.cpp	Wed Jun 09 11:13:47 2010 +0300
+++ b/locationmgmt/networkgateway/src/netgateway.cpp	Thu Aug 19 11:17:26 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);