phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp	Tue Aug 31 15:45:17 2010 +0300
+++ b/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp	Wed Sep 01 12:15:03 2010 +0100
@@ -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 <gsmuelem.h>
 #include <f32file.h>
@@ -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