diff -r 594d59766373 -r 7d48bed6ce0c phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp --- a/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp Thu Aug 19 10:28:14 2010 +0300 +++ b/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp Tue Aug 31 15:45:17 2010 +0300 @@ -17,11 +17,11 @@ // INCLUDE FILES -#include "CPhSrvUssdSendHandler.h" -#include "MPhSrvUssdNetworkObserver.h" -#include "MPhSrvPhoneInterface.h" -#include "CPhSrvUssdSessionCancelWaiter.h" -#include "PhSrvDebugInfo.h" //debug prints +#include "cphsrvussdsendhandler.h" +#include "mphsrvussdnetworkobserver.h" +#include "mphsrvphoneinterface.h" +#include "cphsrvussdsessioncancelwaiter.h" +#include "phsrvdebuginfo.h" //debug prints #include #include @@ -188,19 +188,19 @@ // ----------------------------------------------------------------------------- // void CPhSrvUssdSendHandler::SendReleaseSession() - { - _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession.Start" ); // debug print - if ( !iSessionCancelWaiter->IsActive() ) - { - _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession" ); // debug print - iUssdMessaging.SendRelease( + { + _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession.Start" ); // debug print + if ( !iSessionCancelWaiter->IsActive() ) + { + _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession" ); // debug print + iUssdMessaging.SendRelease( iSessionCancelWaiter->iStatus, iSessionCancelWaiter->iSSRequestPckg ); - _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession2" ); + _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession2" ); iSessionCancelWaiter->SetActive(); _DDPRINT( 4, "PhSrv.Sendhandler.SRS.iUssdMessaging", iStatus.Int() ); - } - _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession.End" ); // debug print - } + } + _DPRINT( 4, "PhSrv.Sendhandler.SendReleaseSession.End" ); // debug print + } // End of File