diff -r 40a3f856b14d -r 41a7f70b3818 phoneapp/phoneuiutils/inc/cphonecenrepproxy.h --- a/phoneapp/phoneuiutils/inc/cphonecenrepproxy.h Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneapp/phoneuiutils/inc/cphonecenrepproxy.h Tue Aug 31 15:14:29 2010 +0300 @@ -241,10 +241,10 @@ * @return KErrNone if successful, system wide error code otherwise. */ IMPORT_C TInt Find( - const TUid& aUid, - const TUint32 aPartial, - const TUint32 aMask, - RArray& aValues ) const; + const TUid& aUid, + const TUint32 aPartial, + const TUint32 aMask, + RArray& aValues ) const; /** * Fetches values from central repository @@ -255,8 +255,8 @@ * @param aValuesFetched ETrue if values fetched ok */ IMPORT_C void FetchValuesFromCenRepL( TPhoneCmdParamAppInfo& aAppInfo, - TKeyCode aCode, - HBufC8* aAppParam, TBool& aValuesFetched ); + TKeyCode aCode, + HBufC8* aAppParam, TBool& aValuesFetched ); public: // New methods