summaryrefslogtreecommitdiff
path: root/TAO/tao/MCAST_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MCAST_Parser.cpp')
-rw-r--r--TAO/tao/MCAST_Parser.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/MCAST_Parser.cpp b/TAO/tao/MCAST_Parser.cpp
index 8633bca81d9..bc60a51a6a1 100644
--- a/TAO/tao/MCAST_Parser.cpp
+++ b/TAO/tao/MCAST_Parser.cpp
@@ -22,11 +22,13 @@ ACE_RCSID (tao,
static const char mcast_prefix[] = "mcast:";
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_MCAST_Parser::~TAO_MCAST_Parser (void)
{
}
-
int
TAO_MCAST_Parser::match_prefix (const char *ior_string) const
{
@@ -508,6 +510,8 @@ TAO_MCAST_Parser::assign_to_variables (const char * &mcast_name)
-1).c_str ();
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_STATIC_SVC_DEFINE (TAO_MCAST_Parser,
ACE_TEXT ("MCAST_Parser"),
ACE_SVC_OBJ_T,