phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
--- a/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/phoneclientserver/phoneserver/Src/Ussd/CPhSrvUssdSendHandler.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -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