phoneengine/engineinfo/inc/cpecallinfo.h
branchRCL_3
changeset 69 8baf28733c3d
parent 62 5266b1f337bd
child 81 c26cc2a7c548
equal deleted inserted replaced
62:5266b1f337bd 69:8baf28733c3d
   472     
   472     
   473     /**
   473     /**
   474      * Returns transfer call back flag.
   474      * Returns transfer call back flag.
   475      */
   475      */
   476     TBool DoCallBackRequest() const;
   476     TBool DoCallBackRequest() const;
       
   477     
       
   478     /**
       
   479      * Sets protocol spesific error code
       
   480      */
       
   481     void SetProtocolError( TInt aError );
       
   482     
       
   483     /**
       
   484      * Gets protocol spesific error code
       
   485      */
       
   486     TInt ProtocolError() const;
   477 
   487 
   478 private:
   488 private:
   479     
   489     
   480     /**
   490     /**
   481      * Constructor.
   491      * Constructor.
   647     
   657     
   648     /**
   658     /**
   649      * Flag which indicates if call back request is needed
   659      * Flag which indicates if call back request is needed
   650      */
   660      */
   651     TBool iDoCallBackRequest;
   661     TBool iDoCallBackRequest;
       
   662     
       
   663     /**
       
   664      * Protocol specific error
       
   665      */
       
   666     TInt iProtocolSpesificErrorCode;
   652     };
   667     };
   653 
   668 
   654 #endif // C_CPECALLINFO_H
   669 #endif // C_CPECALLINFO_H