phonesrv_plat/converged_call_engine_api/inc/cccecallparameters.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    85         /** Sets the origin of the call. */
    85         /** Sets the origin of the call. */
    86         virtual void SetOrigin(TCCECallOrigin aCallOrigin);
    86         virtual void SetOrigin(TCCECallOrigin aCallOrigin);
    87         /** Gets the origin of the call. */
    87         /** Gets the origin of the call. */
    88         virtual TCCECallOrigin Origin() const;
    88         virtual TCCECallOrigin Origin() const;
    89 
    89 
    90 
    90         /** Sets the SAT alpha id identifying the text to be shown instead of number in         
       
    91             call bubble */
       
    92         virtual void SetAlphaId(TBuf<KCCPAlphaIdMaxSize> aAlphaId);
       
    93         /** Gets the SAT alpha id of the call. */
       
    94         virtual TBuf<KCCPAlphaIdMaxSize> AlphaId() const;
    91     
    95     
    92     protected:
    96     protected:
    93        CCCECallParameters();
    97        CCCECallParameters();
    94        void ConstructL();
    98        void ConstructL();
    95        
    99        
   100         TCCELineType iLineType; 
   104         TCCELineType iLineType; 
   101         /** UUS-Id. Used in CS. */
   105         /** UUS-Id. Used in CS. */
   102         TBuf<KCCPUUSIdSize> iUUSId;
   106         TBuf<KCCPUUSIdSize> iUUSId;
   103         /** Capability configuration parameters for the first bearer. */
   107         /** Capability configuration parameters for the first bearer. */
   104         TBuf8<KCCEBearerMaxSize> iBearer;
   108         TBuf8<KCCEBearerMaxSize> iBearer;
   105     	/** A buffer to hold the sub-address of a telephone number.  */
   109         /** A buffer to hold the sub-address of a telephone number.  */
   106     	TBuf<KCCESubAddressMaxSize> iSubAddress;
   110         TBuf<KCCESubAddressMaxSize> iSubAddress;
   107     	/** Call origin.  */
   111         /** Call origin.  */
   108     	TCCECallOrigin iOrigin;
   112         TCCECallOrigin iOrigin;
   109 	
   113         /** Alpha id.  */
       
   114         TBuf<KCCPAlphaIdMaxSize> iAlphaId;
       
   115     
   110     };
   116     };
   111 
   117 
   112 #endif
   118 #endif