00001 #include "tcpip_endpoint.hpp" 00002 00003 namespace ariba { 00004 namespace addressing { 00005 00006 const uint16_t tcp_address_info::type_id = 6; 00007 const std::string tcp_address_info::type_name = "tcp-port"; 00008 const std::string tcpip_endpoint::protocol_name = "tcp-ip"; 00009 00010 }} // namespace ariba::addressing