phoneengine/engineinfo/src/cpeengineinfoimpl.cpp
branchRCL_3
changeset 26 8baf28733c3d
parent 25 5266b1f337bd
equal deleted inserted replaced
25:5266b1f337bd 26:8baf28733c3d
  2678           }
  2678           }
  2679       }
  2679       }
  2680     return stateExists;
  2680     return stateExists;
  2681     }
  2681     }
  2682 
  2682 
       
  2683 // -----------------------------------------------------------------------------
       
  2684 // CPEEngineInfoImpl::SetProtocolError
       
  2685 // Sets the protocol spesific error code to callinfo
       
  2686 // -----------------------------------------------------------------------------
       
  2687 //
       
  2688 void CPEEngineInfoImpl::SetProtocolError( TInt aError, TInt aCallId )
       
  2689     {
       
  2690     iCurrentCalls[ aCallId ]->SetProtocolError( aError );
       
  2691     }
       
  2692 
       
  2693 // -----------------------------------------------------------------------------
       
  2694 // CPEEngineInfoImpl::ProtocolError
       
  2695 // Gets the protocol spesific error code from callinfo
       
  2696 // -----------------------------------------------------------------------------
       
  2697 //
       
  2698 TInt CPEEngineInfoImpl::ProtocolError( const TInt aCallId ) const
       
  2699     {
       
  2700     return iCurrentCalls[ aCallId ]->ProtocolError();
       
  2701     }
       
  2702 	
  2683 // End of File
  2703 // End of File