phoneengine/engineinfo/inc/mpedatastore.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 21 92ab7f8d0eab
parent 45 6b911d05207e
--- a/phoneengine/engineinfo/inc/mpedatastore.h	Tue Jun 15 14:14:38 2010 +0100
+++ b/phoneengine/engineinfo/inc/mpedatastore.h	Thu Jul 22 16:33:21 2010 +0100
@@ -373,12 +373,6 @@
         virtual void SetKeypadVolume( const TInt aKeypadVolume ) = 0;
         
         /**
-        * Sets lifetimer data of the phone to TPEBasicInfo-structure
-        * @param aLifeTimerData lifetime data (TDesc8&).
-        */
-        virtual void SetLifeTimerData( TCCPLifeTimeDataPckg& aPckg ) = 0;   
-        
-        /**
         * Sets a logging indicator to TPECallInfo-tructure
         * @param aLoggingIndicator, Continuous logging indicator.
         * @param aCallId, the call identification number.
@@ -423,13 +417,6 @@
         virtual void SetPhoneNumberIsServiceCode( const TBool& aServiceCode ) = 0;
  
         /**
-        * Sets phone number to TPECallCommandInfo-structure
-        * @param aPhoneIdentityParameters is the phone identity parameters
-        */
-        virtual void SetPhoneIdentityParameters( 
-            const TPEPhoneIdentityParameters& aPhoneIdentityParameters ) = 0;
-
-        /**
         * Sets call origin for the next call attempt
         * @param aOrigin indicates if the call is phone, client or SAT originated
         */
@@ -735,7 +722,7 @@
          * @param aCallId, is the call identification number.
          */
          virtual void SetRemoteColpNumber(
-             TPEPhoneNumber& aColpNumber, 
+             const TPEPhoneNumber& aColpNumber, 
              const TInt aCallId ) = 0;
 
          /**