RT_Transport_Descriptor.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: RT_Transport_Descriptor.inl 69198 2005-11-04 09:26:56Z ossama $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 TAO_RT_Transport_Descriptor::TAO_RT_Transport_Descriptor (TAO_Endpoint *endpoint,
00009                                                           CORBA::Boolean flag)
00010   : TAO_Transport_Descriptor_Interface (endpoint, flag)
00011   , property_list_ (0)
00012   , delete_properties_ (flag)
00013 {
00014 }
00015 
00016 ACE_INLINE void
00017 TAO_RT_Transport_Descriptor::insert (TAO_RT_Transport_Descriptor_Property *descriptor_property)
00018 {
00019   descriptor_property->next_ = this->property_list_;
00020 
00021   this->property_list_ = descriptor_property;
00022 }
00023 
00024 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:42:49 2010 for TAO_RTCORBA by  doxygen 1.4.7