summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBANAME_Parser.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 07:13:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 07:13:04 +0000
commiteae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959 (patch)
tree52300a84c07910ff7f95f76d7b2820c1a4b59606 /TAO/tao/CORBANAME_Parser.cpp
parentece8bd22b38b18f2a288d36a05371ef7d62156c9 (diff)
downloadATCD-eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959.tar.gz
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/CORBANAME_Parser.cpp')
-rw-r--r--TAO/tao/CORBANAME_Parser.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/CORBANAME_Parser.cpp b/TAO/tao/CORBANAME_Parser.cpp
index 649edfb1408..91df382a322 100644
--- a/TAO/tao/CORBANAME_Parser.cpp
+++ b/TAO/tao/CORBANAME_Parser.cpp
@@ -8,10 +8,6 @@
#include "Invocation_Adapter.h"
#include "debug.h"
-#if !defined(__ACE_INLINE__)
-#include "CORBANAME_Parser.i"
-#endif /* __ACE_INLINE__ */
-
#include "ace/Log_Msg.h"
#include "ace/SString.h"
#include "ace/OS_NS_string.h"
@@ -21,13 +17,14 @@ ACE_RCSID (tao,
CORBANAME_Parser,
"$Id$")
+static const char corbaname_prefix[] = "corbaname:";
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_CORBANAME_Parser::~TAO_CORBANAME_Parser (void)
{
}
-static const char corbaname_prefix[] = "corbaname:";
-
int
TAO_CORBANAME_Parser::match_prefix (const char *ior_string) const
{
@@ -158,6 +155,8 @@ TAO_CORBANAME_Parser::parse_string (const char *ior,
return obj;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_STATIC_SVC_DEFINE (TAO_CORBANAME_Parser,
ACE_TEXT ("CORBANAME_Parser"),
ACE_SVC_OBJ_T,