1 #include "tao/Transport_Descriptor_Interface.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/Transport_Descriptor_Interface.inl"
5 #endif /* __ACE_INLINE__ */
7 #include "tao/Endpoint.h"
9 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
11 TAO_Transport_Descriptor_Interface::~TAO_Transport_Descriptor_Interface ()
15 delete this->endpoint_
;
20 TAO_Transport_Descriptor_Interface::reset_endpoint (TAO_Endpoint
*ep
)
22 // calling on a dynamically allocation descriptor is not allowed.
26 for (TAO_Endpoint
*ptr
= this->endpoint_
; ptr
!= nullptr; ptr
= ptr
->next())
37 TAO_END_VERSIONED_NAMESPACE_DECL