phoneengine/engineinfo/inc/mpeengineinfo.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   718         /**
   718         /**
   719          * Returns unattended transfer call back address
   719          * Returns unattended transfer call back address
   720          */
   720          */
   721         virtual const TDesC& CallBackAddress() const = 0;
   721         virtual const TDesC& CallBackAddress() const = 0;
   722         
   722         
   723         /**
       
   724         * Sets the protocol spesific error code
       
   725         * @param aError is the error code from Etel.
       
   726         * @return None.
       
   727         */
       
   728         virtual void SetProtocolError( TInt aError, TInt aCallId ) = 0; 
       
   729         
       
   730         /**
       
   731         * Gets the protocol spesific error code
       
   732         * @param aCallId is the call identification number.
       
   733         * @return TInt.
       
   734         */
       
   735         virtual TInt ProtocolError( const TInt aCallId ) const = 0; 
       
   736         
       
   737     }; // MPEEngineInfo
   723     }; // MPEEngineInfo
   738     
   724     
   739 #endif      //MPEENGINEINFO_H
   725 #endif      //MPEENGINEINFO_H
   740     
   726     
   741 // End of File
   727 // End of File