phoneengine/engineinfo/inc/cpecallinfo.h
changeset 46 bc5a64e5bc3c
parent 0 5f000ab63145
child 74 d1c62c765e48
equal deleted inserted replaced
45:6b911d05207e 46:bc5a64e5bc3c
   463     /**
   463     /**
   464      * Gets the origin of a call.
   464      * Gets the origin of a call.
   465      */
   465      */
   466     TPECallOrigin CallOrigin() const;
   466     TPECallOrigin CallOrigin() const;
   467     
   467     
       
   468     /**
       
   469     * Sets the protocol spesific error code
       
   470     * @param aError is the error code from protocol.
       
   471     * @return None.
       
   472     */
       
   473     void SetProtocolError( TInt aError ); 
       
   474     
       
   475     /**
       
   476     * Returns the protocol spesific error code
       
   477     * @return Error code.
       
   478     */
       
   479     TInt ProtocolError() const; 
       
   480     
   468 private:
   481 private:
   469     
   482     
   470     /**
   483     /**
   471      * Constructor.
   484      * Constructor.
   472      */
   485      */
   632     
   645     
   633     /**
   646     /**
   634      * Origin of the call. 
   647      * Origin of the call. 
   635      */
   648      */
   636     TPECallOrigin iCallOrigin;
   649     TPECallOrigin iCallOrigin;
       
   650     
       
   651     /**
       
   652      * Protocol error code.
       
   653      */
       
   654     TInt iProtocolError;
   637     };
   655     };
   638 
   656 
   639 #endif // C_CPECALLINFO_H
   657 #endif // C_CPECALLINFO_H