--- a/phoneengine/engineinfo/inc/mpeengineinfo.h Fri Sep 03 13:33:36 2010 +0300
+++ b/phoneengine/engineinfo/inc/mpeengineinfo.h Fri Sep 17 17:09:12 2010 +0300
@@ -669,12 +669,7 @@
* @return Transfer target address set with SetTransferTargetCommand
*/
virtual const TPEPhoneNumber& TransferTargetCommand() const = 0;
-
- /**
- * Returns switch to operation status.
- */
- virtual TBool IsSwitchToOperationOngoing() const = 0;
-
+
/**
* Checks if given state can be found.
* @param aCallState state to be checked.
@@ -718,6 +713,18 @@
virtual void SetOutgoingCallBarringActivated(
TBool aActivated ) = 0;
+ /**
+ * Sets incoming call forwarded flag.
+ * @param aForwarded is call forwarded
+ */
+ virtual void SetIncomingCallForwarded(
+ TBool aForwarded, TInt aCallId ) = 0;
+
+ /**
+ * Returns incoming call forwarded flag.
+ */
+ virtual TBool IncomingCallForwarded( TInt aCallId ) const = 0;
+
}; // MPEEngineInfo
#endif //MPEENGINEINFO_H