diff -r e30d4a1b8bad -r c26cc2a7c548 phoneengine/engineinfo/inc/cpecallinfo.h --- a/phoneengine/engineinfo/inc/cpecallinfo.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneengine/engineinfo/inc/cpecallinfo.h Wed Oct 13 14:31:22 2010 +0300 @@ -474,16 +474,6 @@ * Returns transfer call back flag. */ TBool DoCallBackRequest() const; - - /** - * Sets protocol spesific error code - */ - void SetProtocolError( TInt aError ); - - /** - * Gets protocol spesific error code - */ - TInt ProtocolError() const; private: @@ -659,11 +649,6 @@ * Flag which indicates if call back request is needed */ TBool iDoCallBackRequest; - - /** - * Protocol specific error - */ - TInt iProtocolSpesificErrorCode; }; #endif // C_CPECALLINFO_H