realtimenetprots/sipfw/SIP/ConnectionMgr/src/CStateModel.cpp
changeset 54 e4420734a2a0
parent 0 307788aac0a8
equal deleted inserted replaced
50:a003f0e60a07 54:e4420734a2a0
   127 	iError = aError;
   127 	iError = aError;
   128 	State().NetworkStateChanged( aState, aError );
   128 	State().NetworkStateChanged( aState, aError );
   129 	}
   129 	}
   130 
   130 
   131 // ----------------------------------------------------------------------------
   131 // ----------------------------------------------------------------------------
   132 // CStateModel::State
       
   133 // ----------------------------------------------------------------------------
       
   134 //
       
   135 TStateBase& CStateModel::State() const
       
   136 	{
       
   137 	return const_cast< TStateBase& >( iStates.At( iStateValue ) );
       
   138 	}
       
   139 
       
   140 // ----------------------------------------------------------------------------
       
   141 // CStateModel::Error
   132 // CStateModel::Error
   142 // ----------------------------------------------------------------------------
   133 // ----------------------------------------------------------------------------
   143 //
   134 //
   144 TInt CStateModel::Error() const
   135 TInt CStateModel::Error() const
   145 	{
   136 	{