phoneengine/engineinfo/inc/mpeengineinfo.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneengine/engineinfo/inc/mpeengineinfo.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/engineinfo/inc/mpeengineinfo.h	Fri Mar 19 09:28:42 2010 +0200
@@ -22,6 +22,9 @@
 
 //  INCLUDES
 #include <pevirtualengine.h>
+// <-- QT PHONE START -->
+#include "mpecallsettersif.h" 
+// <-- QT PHONE END --> 
 
 // CONSTANTS
 // None
@@ -40,7 +43,9 @@
 *  @lib phoneengine.lib
 *  @since Series 60 4.0
 */
-NONSHARABLE_CLASS( MPEEngineInfo )
+// <-- QT PHONE START --> 
+NONSHARABLE_CLASS( MPEEngineInfo ) : public MPECallSettersIF
+// <-- QT PHONE END --> 
     {
 
     public:
@@ -640,7 +645,7 @@
          * Returns address choices from received call forward request 
          * or NULL if addresses are not available.
          * 
-		 * @param   aCallId     Call identification number.
+         * @param   aCallId     Call identification number.
          * @return  Address array.
          */
         virtual const CDesC8Array* ForwardAddressChoices( TInt aCallId ) const = 0;
@@ -686,9 +691,9 @@
         */
         virtual TBool IsSwitchToOperationOngoing() const = 0;
         
-		/**
+        /**
         * Checks if given state can be found.
-		* @param aCallState state to be checked.
+        * @param aCallState state to be checked.
         */
         virtual TBool CheckIfCallStateExists( const TPEState& aCallState )= 0;
         
@@ -698,6 +703,12 @@
          */
         virtual TPECallOrigin CallOrigin( const TInt aCallId ) const = 0;
         
+// <-- QT PHONE START --> 
+        /**
+         * Returns Phonebook contact identifier.
+         */
+        virtual TInt ContactId2 () const = 0;
+// <-- QT PHONE END -->  
     }; // MPEEngineInfo
     
 #endif      //MPEENGINEINFO_H