diff -r ba42c4bd84dd -r 71e7b994dff4 phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdManager.cpp --- a/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdManager.cpp Wed Apr 14 16:32:24 2010 +0300 +++ b/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdManager.cpp Tue Apr 27 17:13:17 2010 +0300 @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include "PhSrvDebugInfo.h" #include @@ -904,7 +904,7 @@ // Play the USSD tone if needed. Logically should be in RunL, but here // to give better balancing with voice and visible message. - if ( IsTelephonyFeatureSupported( KTelephonyLVFlagUssdTone ) ) + if ( IsTelephonyFeatureSupported( KTelSrvLVFlagUssdTone ) ) { _DPRINT( 4, "PhSrv.UssdHandleReceivedEventL.PlayTone" ); PlayUssdTone();