diff -r 22cc52eade9b -r 1eef62f5c541 phoneplugins/csplugin/inc/cspetelcallrequester.h --- a/phoneplugins/csplugin/inc/cspetelcallrequester.h Fri Aug 06 13:16:44 2010 +0300 +++ b/phoneplugins/csplugin/inc/cspetelcallrequester.h Mon Aug 23 15:42:12 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 +