summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBANAME_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBANAME_Parser.cpp')
-rw-r--r--TAO/tao/CORBANAME_Parser.cpp25
1 files changed, 12 insertions, 13 deletions
diff --git a/TAO/tao/CORBANAME_Parser.cpp b/TAO/tao/CORBANAME_Parser.cpp
index 649edfb1408..bfc2eca66a7 100644
--- a/TAO/tao/CORBANAME_Parser.cpp
+++ b/TAO/tao/CORBANAME_Parser.cpp
@@ -1,16 +1,12 @@
// $Id$
-#include "CORBANAME_Parser.h"
-#include "ORB.h"
-#include "Object.h"
-#include "SystemException.h"
-#include "UB_String_Arguments.h"
-#include "Invocation_Adapter.h"
-#include "debug.h"
-
-#if !defined(__ACE_INLINE__)
-#include "CORBANAME_Parser.i"
-#endif /* __ACE_INLINE__ */
+#include "tao/CORBANAME_Parser.h"
+#include "tao/ORB.h"
+#include "tao/Object.h"
+#include "tao/SystemException.h"
+#include "tao/UB_String_Arguments.h"
+#include "tao/Invocation_Adapter.h"
+#include "tao/debug.h"
#include "ace/Log_Msg.h"
#include "ace/SString.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,