phoneengine/callhandling/inc/cpesinglecall.h
changeset 72 c76a0b1755b9
parent 37 ba76fc04e6c2
--- a/phoneengine/callhandling/inc/cpesinglecall.h	Thu Sep 02 20:26:16 2010 +0300
+++ b/phoneengine/callhandling/inc/cpesinglecall.h	Fri Sep 17 08:29:19 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.