diff -r 5bcb308bd24d -r 6aaf0276100e phoneplugins/csplugin/inc/cspetelcallrequester.h --- a/phoneplugins/csplugin/inc/cspetelcallrequester.h Wed Aug 18 09:48:26 2010 +0300 +++ b/phoneplugins/csplugin/inc/cspetelcallrequester.h Thu Sep 02 20:26:16 2010 +0300 @@ -102,7 +102,7 @@ */ TInt MakeDialRequest( const TDesC8& aCallParams, - TDesC& aRemoteParty ); + const TDesC& aRemoteParty ); /** * Makes a dial request without FDN check. @@ -113,7 +113,7 @@ */ TInt MakeDialNoFdnCheckRequest( const TDesC8& aCallParams, - TDesC& aRemoteParty ); + const TDesC& aRemoteParty ); /** @@ -150,7 +150,7 @@ * Cancel dial (applies both emergency and normal calls) * @return result of cancel (system wide error code) */ - TInt CSPEtelCallRequester::DialCancel(); + TInt DialCancel(); protected: // From CActive /** @@ -199,4 +199,5 @@ }; -#endif // CSPETELCALLREQUESTER_H \ No newline at end of file +#endif // CSPETELCALLREQUESTER_H +