summaryrefslogtreecommitdiff
path: root/TAO/tao/MCAST_Parser.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MCAST_Parser.inl')
-rw-r--r--TAO/tao/MCAST_Parser.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/MCAST_Parser.inl b/TAO/tao/MCAST_Parser.inl
new file mode 100644
index 00000000000..afa7790eb1a
--- /dev/null
+++ b/TAO/tao/MCAST_Parser.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+//
+// $Id$
+
+#include "tao/default_ports.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO_MCAST_Parser::TAO_MCAST_Parser (void)
+ : mcast_address_ ()
+ , mcast_port_ (TAO_DEFAULT_NAME_SERVER_REQUEST_PORT)
+ , mcast_nic_ ()
+ , mcast_ttl_ (1)
+ , service_name_ ()
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL