diff -r 7d48bed6ce0c -r 987c9837762f phonesrv_plat/phone_client_notify_api/inc/cphcltdialdata.h --- a/phonesrv_plat/phone_client_notify_api/inc/cphcltdialdata.h Tue Aug 31 15:45:17 2010 +0300 +++ b/phonesrv_plat/phone_client_notify_api/inc/cphcltdialdata.h Wed Sep 01 12:15:03 2010 +0100 @@ -24,7 +24,7 @@ #include #include #include -#include +#include // Constant used as window group id to indicate that we wish to go to idle. @@ -34,7 +34,7 @@ const TInt KPhCltRedialDefault = -1; // Default redial. const TInt KPhCltRedialOff = -2; // Redial is off. const TInt KPhCltRedialWithDefaultTime = -3; // Redial on, with default time. -const TInt KPhCltRedial = 0; // Forced redial. +const TInt KPhCltRedial = 0; // Forced redial. // CONSTANTS @@ -143,7 +143,7 @@ * End other calls param. * @since Series 60 3.2 * @return Returns ETrue if other calls will be terminated. - * EFalse if calls are not terminated. + * EFalse if calls are not terminated. */ virtual TBool EndOtherCalls() const = 0; @@ -227,9 +227,9 @@ */ virtual const TDesC& UUI() const = 0; - public: // Access - Setters - - /** + public: // Access - Setters + + /** * Set whether the name entered in SetName should be matched * against the personal directory. * @since Series 60 3.2 @@ -239,8 +239,8 @@ * @param aAllowMatch Whether to allow matches. */ virtual void SetAllowMatch( TBool aAllowMatch ) = 0; - - /** + + /** * Set the bearer capability. * @since Series 60 3.2 * @param aBearer The bearer capabilities as defined in GSM 04.08. @@ -379,9 +379,9 @@ // Constructors - protected: - - /** + protected: + + /** * C++ default constructor. * @since Series 60 3.2 */ @@ -419,7 +419,7 @@ //The contact Link storage. - HBufC8* iContactLink; + HBufC8* iContactLink; // The calling party subaddress. TPhCltSubAddress iSubAddress; @@ -447,10 +447,10 @@ //Intialization call - TBool iInitCall; + TBool iInitCall; // Flags value - TUint iFlags; + TUint iFlags; // service id TUint32 iServiceId;