diff -r 40a3f856b14d -r 41a7f70b3818 phoneengine/phonemodel/inc/cpeclientservices.h --- a/phoneengine/phonemodel/inc/cpeclientservices.h Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneengine/phonemodel/inc/cpeclientservices.h Tue Aug 31 15:14:29 2010 +0300 @@ -22,8 +22,8 @@ //INCLUDES #include -#include -#include +#include +#include // 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.