phoneengine/callhandling/inc/mpecallhandling.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   368         * @return None.
   368         * @return None.
   369         */
   369         */
   370         virtual void CancelDtmfPlay() = 0;
   370         virtual void CancelDtmfPlay() = 0;
   371         
   371         
   372         /**
   372         /**
   373     	* This method gets the lifetime of the MS. The lifetime information 
   373         * This method gets the lifetime of the MS. The lifetime information 
   374     	* includes the manufacturing date of the MS and the total amount of airtime use.
   374         * includes the manufacturing date of the MS and the total amount of airtime use.
   375     	* @param aLifeTimeInfo Life time information
   375         * @param aLifeTimeInfo Life time information
   376     	* @return Get succeeded or not.
   376         * @return Get succeeded or not.
   377     	*/
   377         */
   378         virtual TBool GetLifeTime( TDes8& aLifeTimeInfo ) = 0;
   378         virtual TBool GetLifeTime( TDes8& aLifeTimeInfo ) = 0;
   379         
   379         
   380         /**
   380         /**
   381         * This method gets the reference to MPECallOwner object.
   381         * This method gets the reference to MPECallOwner object.
   382         * @return None.
   382         * @return None.