summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/UTF8_Latin1_Factory.cpp')
-rw-r--r--TAO/tao/Codeset/UTF8_Latin1_Factory.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp b/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
index 6b9d2881330..2298e093c7d 100644
--- a/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
+++ b/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
@@ -1,7 +1,8 @@
-// -*- C++ -*-
// $Id$
+#include "tao/debug.h"
#include "ace/Dynamic_Service.h"
-#include "UTF8_Latin1_Factory.h"
+#include "ace/Log_Msg.h"
+#include "tao/Codeset/UTF8_Latin1_Factory.h"
ACE_STATIC_SVC_DEFINE (TAO_UTF8_Latin1_Factory,
ACE_TEXT ("UTF8_Latin1_Factory"),
@@ -12,6 +13,8 @@ ACE_STATIC_SVC_DEFINE (TAO_UTF8_Latin1_Factory,
0)
ACE_FACTORY_DEFINE (TAO_Codeset, TAO_UTF8_Latin1_Factory)
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_UTF8_Latin1_Factory::TAO_UTF8_Latin1_Factory()
: translator_ (0)
{
@@ -84,3 +87,5 @@ TAO_UTF8_Latin1_Factory::create_translator () const
}
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL