diff -r ff3b6d0fd310 -r ae8abd0db65c cellular/telephonysettings/src/PsetNetwork.cpp --- a/cellular/telephonysettings/src/PsetNetwork.cpp Tue Feb 02 01:11:09 2010 +0200 +++ b/cellular/telephonysettings/src/PsetNetwork.cpp Fri Mar 19 09:40:14 2010 +0200 @@ -18,18 +18,18 @@ // INCLUDE FILES -#include "MPsetNetworkInfoObs.h" -#include "PsetNetwork.h" -#include "PsetSAObserver.h" -#include "PSetPanic.h" -#include "PsetConstants.h" -#include "MPsetNetworkSelect.h" +#include "mpsetnetworkinfoobs.h" +#include "psetnetwork.h" +#include "psetsaobserver.h" +#include "PSetPanic.h" +#include "psetconstants.h" +#include "mpsetnetworkselect.h" #include #include #include #include -#include "PhoneSettingsLogger.h" +#include "PhoneSettingsLogger.h" // LOCAL CONSTANTS AND MACROS _LIT( KPSNameOfClass, "CPsetNetwork" ); @@ -564,7 +564,7 @@ __PHSLOGSTRING("[PHS]--> CPsetNetwork::ResetNetworkSearch"); RMmCustomAPI customApi; TInt error = customApi.Open( iPhone ); - if (error == KErrNone) + if (error == KErrNone) { customApi.ResetNetServer(); }