#include <Endpoint_Value_Impl.h>
Public Member Functions | |
virtual | ~TAO_Endpoint_Value_Impl (void) |
virtual CORBA::Boolean | is_equivalent (const TAO_Endpoint *) const =0 |
virtual CORBA::Boolean | validate_acceptor (TAO_Acceptor *, bool is_multi_prot) const =0 |
Definition at line 42 of file Endpoint_Value_Impl.h.
TAO_Endpoint_Value_Impl::~TAO_Endpoint_Value_Impl | ( | void | ) | [virtual] |
Definition at line 16 of file Endpoint_Value_Impl.cpp.
{ }
virtual CORBA::Boolean TAO_Endpoint_Value_Impl::is_equivalent | ( | const TAO_Endpoint * | ) | const [pure virtual] |
This method is used to compare a candidate IOR endpoint with the endpoint defined by this policy value.
virtual CORBA::Boolean TAO_Endpoint_Value_Impl::validate_acceptor | ( | TAO_Acceptor * | , | |
bool | is_multi_prot | |||
) | const [pure virtual] |
This method is used by the framework to validate that an acceptor is available to produce an endpoint required by at least one of the endpoint policies values.