00001 // -*- C++ -*- 00002 // 00003 // ECG_UDP_Out_Endpoint.i,v 1.3 2005/11/10 06:47:23 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO_ECG_UDP_Out_Endpoint::TAO_ECG_UDP_Out_Endpoint (void) 00009 : port_number_ (0), 00010 if_count_ (0), 00011 ifs_ (0) 00012 { 00013 } 00014 00015 ACE_INLINE 00016 TAO_ECG_UDP_Out_Endpoint::TAO_ECG_UDP_Out_Endpoint ( 00017 const TAO_ECG_UDP_Out_Endpoint& rhs) 00018 : port_number_ (0), 00019 if_count_ (0), 00020 ifs_ (0) 00021 { 00022 *this = rhs; 00023 } 00024 00025 ACE_INLINE ACE_SOCK_Dgram& 00026 TAO_ECG_UDP_Out_Endpoint::dgram (void) 00027 { 00028 return this->dgram_; 00029 } 00030 00031 ACE_INLINE CORBA::ULong 00032 TAO_ECG_UDP_Out_Endpoint::next_request_id (void) 00033 { 00034 return this->request_id_generator_++; 00035 } 00036 00037 TAO_END_VERSIONED_NAMESPACE_DECL