phoneengine/engineinfo/inc/cpecallinfo.h
changeset 77 2be0b271d017
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   476     * Returns the protocol spesific error code
   476     * Returns the protocol spesific error code
   477     * @return Error code.
   477     * @return Error code.
   478     */
   478     */
   479     TInt ProtocolError() const; 
   479     TInt ProtocolError() const; 
   480     
   480     
       
   481     /**
       
   482     * Sets incoming call forwarded flag.
       
   483     * @param aForwarded is call forwarded
       
   484     */
       
   485     void SetIncomingCallForwarded( TBool aForwarded );
       
   486 
       
   487     /**
       
   488      * Returns incoming call forwarded flag.
       
   489      */
       
   490     TBool IncomingCallForwarded() const;
       
   491     
   481 private:
   492 private:
   482     
   493     
   483     /**
   494     /**
   484      * Constructor.
   495      * Constructor.
   485      */
   496      */
   650     
   661     
   651     /**
   662     /**
   652      * Protocol error code.
   663      * Protocol error code.
   653      */
   664      */
   654     TInt iProtocolError;
   665     TInt iProtocolError;
       
   666     
       
   667     /**
       
   668      * Incoming call forwarded flag.
       
   669      */
       
   670     TInt iIncomingCallForwarded;
   655     };
   671     };
   656 
   672 
   657 #endif // C_CPECALLINFO_H
   673 #endif // C_CPECALLINFO_H