phoneengine/phonemodel/inc/cpeclientservices.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneengine/phonemodel/inc/cpeclientservices.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/phonemodel/inc/cpeclientservices.h	Fri Mar 19 09:28:42 2010 +0200
@@ -22,8 +22,8 @@
 
 //INCLUDES
 #include <e32base.h>
-#include <RPhCltServer.h>
-#include  <CPhCltEmergencyCall.h>
+#include <rphcltserver.h>
+#include  <cphcltemergencycall.h>
 
 
 // FORWARD DECLARATIONS
@@ -62,11 +62,11 @@
         /**
         * Two-phased constructor.
         */
-		 static CPEClientServices* NewL(
+         static CPEClientServices* NewL(
              MPEPhoneModelInternal& aModel,
              CPEMessageHandler& aMessageHandler, 
              MPECallHandling& aCallHandling,
-             CPEManualCallControlHandler& aManualCallControlHandler );	
+             CPEManualCallControlHandler& aManualCallControlHandler );  
         
     public:    //New functions
 
@@ -117,7 +117,7 @@
         void ConstructL();
 
 
-    private:	//Data
+    private:    //Data
         // MPEPhoneModelInternal is used to send message to the phone application
         MPEPhoneModelInternal& iModel;
         // CPEMessageHandler object which owns this requester.