phoneengine/engineinfo/inc/cpecallinfo.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   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;
       
   487 
   477 
   488 private:
   478 private:
   489     
   479     
   490     /**
   480     /**
   491      * Constructor.
   481      * Constructor.
   657     
   647     
   658     /**
   648     /**
   659      * Flag which indicates if call back request is needed
   649      * Flag which indicates if call back request is needed
   660      */
   650      */
   661     TBool iDoCallBackRequest;
   651     TBool iDoCallBackRequest;
   662     
       
   663     /**
       
   664      * Protocol specific error
       
   665      */
       
   666     TInt iProtocolSpesificErrorCode;
       
   667     };
   652     };
   668 
   653 
   669 #endif // C_CPECALLINFO_H
   654 #endif // C_CPECALLINFO_H