phoneclientserver/phoneserver/Src/ImageHandler/CPhSrvSubSessionImageHandler.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
--- a/phoneclientserver/phoneserver/Src/ImageHandler/CPhSrvSubSessionImageHandler.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/phoneclientserver/phoneserver/Src/ImageHandler/CPhSrvSubSessionImageHandler.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -19,12 +19,12 @@
 
 
 // INCLUDE FILES
-#include    "CPhSrvSubSessionImageHandler.h"
-#include    "CPhSrvSession.h"
-#include    "CPhSrvServer.h"
+#include    "CPhSrvSubSessionImageHandler.h" 
+#include    "CPhSrvSession.h" 
+#include    "CPhSrvServer.h" 
 #include    <e32property.h>
-#include    <PhCltTypes.h>
-#include    "PhSrvDebugInfo.h"  
+#include    <phclttypes.h> 
+#include    "PhSrvDebugInfo.h" 
 
 // CONSTANTS
 _LIT( KPhSrvImageDriveRom, "z:" );
@@ -532,8 +532,8 @@
     // Load the images from file.
     const TBool loadDefaultImage = aImages.iType == EPhCltTypeVTDefault;    
     DoReadVTImagesL( loadDefaultImage );
-	
-	// Copy handles.
+    
+    // Copy handles.
     aImages.iImageCount = iVTBitMaps.Count();
     for ( TInt i = 0; i < aImages.iImageCount; i++ )
         {
@@ -562,7 +562,7 @@
         aDefaultImage, path );
 
 #ifdef __PHENG_DEBUG_INFO__
-		TPtr ptr = searchPath->Des();  // temp pointer to avoid lvalue compile warning
+        TPtr ptr = searchPath->Des();  // temp pointer to avoid lvalue compile warning
         RDebug::Print( _L( 
             "CPhSrvSubSessionImageHandler::ReadVT: %S"), ( &ptr ));
 #endif