diff -r 1eef62f5c541 -r 2a5d4ab426d3 phoneengine/callhandling/inc/cpesinglecall.h --- a/phoneengine/callhandling/inc/cpesinglecall.h Mon Aug 23 15:42:12 2010 +0300 +++ b/phoneengine/callhandling/inc/cpesinglecall.h Fri Sep 03 13:33:36 2010 +0300 @@ -181,14 +181,14 @@ * @param None. * @return TBool ETrue if security is enabled, else EFalse. */ - TBool IsSecureCall() const; + TBool IsSecureCall(); /** * Get call's secure specified status. * @param None. * @return TBool ETrue if secure specified */ - TBool SecureSpecified() const; + TBool SecureSpecified(); /** * Accepts unattended transfer request. @@ -207,7 +207,7 @@ * @param aTransferTo Target address of the transfer * @return System wide error code */ - TInt UnattendedTransfer( const TDesC& aTransferTo ) const; + TInt UnattendedTransfer( const TDesC& aTransferTo ); /** * Starts call forwarding to selected address.