phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
--- a/phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h	Mon May 03 13:01:45 2010 +0300
+++ b/phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h	Fri May 14 16:24:46 2010 +0300
@@ -87,7 +87,11 @@
         /** 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<KCCPAlphaIdMaxSize> aAlphaId);
+        /** Gets the SAT alpha id of the call. */
+        virtual TBuf<KCCPAlphaIdMaxSize> AlphaId() const;
     
     protected:
        CCCECallParameters();
@@ -106,6 +110,8 @@
         TBuf<KCCESubAddressMaxSize> iSubAddress;
         /** Call origin.  */
         TCCECallOrigin iOrigin;
+        /** Alpha id.  */
+        TBuf<KCCPAlphaIdMaxSize> iAlphaId;
     
     };