phoneclientserver/phoneserver/Src/Standard/PhSrvSubSessionFactory.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
--- a/phoneclientserver/phoneserver/Src/Standard/PhSrvSubSessionFactory.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/phoneclientserver/phoneserver/Src/Standard/PhSrvSubSessionFactory.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -19,16 +19,16 @@
 
 
 // INCLUDES
-#include "PhCltClientServer.h"
+#include "PhCltClientServer.h" 
 
-#include "PhSrvSubSessionFactory.h"
-#include "CPhSrvSubSessionNotifier.h"
-#include "CPhSrvSubSessionExtCall.h"
-#include "CPhSrvSubSessionUssd.h"
-#include "CPhSrvSubSessionEmergencyNum.h"
-#include "CPhSrvSubSessionCommandHandler.h"
-#include "CPhSrvSubSessionMessenger.h"
-#include "CPhSrvSubSessionImageHandler.h"
+#include "PhSrvSubSessionFactory.h" 
+#include "CPhSrvSubSessionNotifier.h" 
+#include "CPhSrvSubSessionExtCall.h" 
+#include "CPhSrvSubSessionUssd.h" 
+#include "CPhSrvSubSessionEmergencyNum.h" 
+#include "CPhSrvSubSessionCommandHandler.h" 
+#include "CPhSrvSubSessionMessenger.h" 
+#include "CPhSrvSubSessionImageHandler.h" 
 
 
 // ============================ MEMBER FUNCTIONS ===============================
@@ -132,10 +132,10 @@
         case EPhoneServerComHandNotifySubSessionOpen:
             if ( aSID == KPhoneSecureId.iUid 
 #if defined(__WINSCW__)
-							// To enable module testing using EUnit
-								|| aSID == KEunitExeRunnerId.iUid 
+                            // To enable module testing using EUnit
+                                || aSID == KEunitExeRunnerId.iUid 
 #endif // __WINSCW__
-								)
+                                )
                 {       
                 return ETrue;   
                 }