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