diff -r 7d48bed6ce0c -r 987c9837762f phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h --- a/phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h Tue Aug 31 15:45:17 2010 +0300 +++ b/phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h Wed Sep 01 12:15:03 2010 +0100 @@ -87,11 +87,7 @@ /** Gets the origin of the call. */ virtual TCCECallOrigin Origin() const; - /** Sets the SAT alpha id identifying the text to be shown instead of number in - call bubble */ - virtual void SetAlphaId(TBuf aAlphaId); - /** Gets the SAT alpha id of the call. */ - virtual TBuf AlphaId() const; + protected: CCCECallParameters(); @@ -106,13 +102,11 @@ TBuf iUUSId; /** Capability configuration parameters for the first bearer. */ TBuf8 iBearer; - /** A buffer to hold the sub-address of a telephone number. */ - TBuf iSubAddress; - /** Call origin. */ - TCCECallOrigin iOrigin; - /** Alpha id. */ - TBuf iAlphaId; - + /** A buffer to hold the sub-address of a telephone number. */ + TBuf iSubAddress; + /** Call origin. */ + TCCECallOrigin iOrigin; + }; #endif \ No newline at end of file