summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/UTF16_BOM_Factory.cpp')
-rw-r--r--TAO/tao/Codeset/UTF16_BOM_Factory.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Codeset/UTF16_BOM_Factory.cpp b/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
index 1140d84a6bb..337c95e2af2 100644
--- a/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
+++ b/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
@@ -17,8 +17,7 @@
//
// ============================================================================
-#include "tao/debug.h"
-#include "tao/Codeset/UTF16_BOM_Factory.h"
+#include "UTF16_BOM_Factory.h"
#include "ace/OS_NS_strings.h"
#include "ace/Dynamic_Service.h"
#include "ace/Log_Msg.h"
@@ -32,9 +31,6 @@ ACE_STATIC_SVC_DEFINE (TAO_UTF16_BOM_Factory,
0)
ACE_FACTORY_DEFINE (TAO_Codeset, TAO_UTF16_BOM_Factory)
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_UTF16_BOM_Factory::TAO_UTF16_BOM_Factory ()
: translator_ (0)
, forceBE_ (false)
@@ -138,5 +134,3 @@ TAO_UTF16_BOM_Factory::create_translator () const
}
}
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL