phoneengine/engineinfo/inc/cpecallinfo.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
--- 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