2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 TAO_Endpoint::TAO_Endpoint (CORBA::ULong tag,
8 // @@ Would be a tragedy if the hash value of this endpoint is 0, in
9 // which case this optimizaton wouldn't work. We can get around
10 // that using a bool. But we don't want to increase the runtime
13 , priority_ (priority)
18 ACE_INLINE CORBA::ULong
19 TAO_Endpoint::tag () const
24 ACE_INLINE CORBA::Short
25 TAO_Endpoint::priority () const
27 return this->priority_;
31 TAO_Endpoint::priority (CORBA::Short p)
36 TAO_END_VERSIONED_NAMESPACE_DECL