# HG changeset patch # User Christian Morlok # Date 1273240031 -7200 # Node ID 0c3127a4bf4fe436d18d03ca692eaf6ea1e7c908 # Parent 35a198a504a84927125c212147c62fddb82e4515 small fix to make homescreensrv build in carbide.c++ diff -r 35a198a504a8 -r 0c3127a4bf4f 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) };