phoneengine/engineinfo/src/cpeengineinfoimpl.cpp
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
  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 	
       
  2703 // End of File
  2683 // End of File