small fix to make homescreensrv build in carbide.c++ v5backport
authorChristian Morlok <symbian.org@christianmorlok.de>
Fri, 07 May 2010 15:47:11 +0200
branchv5backport
changeset 68 0c3127a4bf4f
parent 67 35a198a504a8
child 76 62d594099fbe
small fix to make homescreensrv build in carbide.c++
dependencies/Network_handling_engine/NWHandlingEngine.h
--- a/dependencies/Network_handling_engine/NWHandlingEngine.h	Thu May 06 15:56:48 2010 +0200
+++ b/dependencies/Network_handling_engine/NWHandlingEngine.h	Fri May 07 15:47:11 2010 +0200
@@ -153,14 +153,14 @@
     EFullFileChange
     };
 
-#ifdef RD_PHONE_NG
+//#ifdef RD_PHONE_NG
 enum TNWNetworkSelectionSetting
     {
     ENWNetworkSelectionUnknown,
     ENWNetworkSelectionAutomatic,
     ENWNetworkSelectionManual
     };    
-#endif // RD_PHONE_RG
+//#endif // RD_PHONE_RG
 // CLASS DECLARATION
 
 //Network info definition
@@ -185,9 +185,9 @@
     TNWNoServiceMode iNoServerMode;                         // 
     TNWVoicePrivacyStatus iVoicePrivacyStatus;              // Voice Privacy Status
     TNWPLMNField iPLMNField;                                // Contains a number of PLMN network names coded as TLV objects
-#ifdef RD_PHONE_NG
+//#ifdef RD_PHONE_NG
     TNWNetworkSelectionSetting iSelectionSetting;           // Contains a network selection setting manual/automatic etc.
-#endif // RD_PHONE_NG
+//#endif // RD_PHONE_NG
     RPacketService::TDynamicCapsFlags iDynamicCapsFlags;    // Dynamic packet data capabilities 
                                                             // (used to hide alpha tag when CS registration is unsuccessful)
     };