Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / MCAST_Parser.inl
blobdeb0827869ca3f217a0bdcae7a610cc0a53d4df3
1 // -*- C++ -*-
2 #if (TAO_HAS_MCAST_PARSER == 1)
4 #include "tao/default_ports.h"
6 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
8 ACE_INLINE
9 TAO_MCAST_Parser::TAO_MCAST_Parser ()
10   : mcast_address_ ()
11   , mcast_port_ (TAO_DEFAULT_NAME_SERVER_REQUEST_PORT)
12   , mcast_nic_ ()
13   , mcast_ttl_ (1)
14   , service_name_ ()
18 TAO_END_VERSIONED_NAMESPACE_DECL
20 #endif /* TAO_HAS_MCAST_PARSER == 1 */