summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp')
-rw-r--r--TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp b/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
index 37d327ea80e..734417e9934 100644
--- a/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
+++ b/TAO/tao/Codeset/Codeset_Translator_Factory_T.cpp
@@ -1,4 +1,3 @@
-// -*- C++ -*-
// $Id$
// ============================================================================
@@ -19,10 +18,12 @@
#ifndef TAO_CODESET_TRANSLATOR_FACTORY_T_CPP
#define TAO_CODESET_TRANSLATOR_FACTORY_T_CPP
-#include "Codeset_Translator_Factory_T.h"
+#include "tao/Codeset/Codeset_Translator_Factory_T.h"
#include "tao/debug.h"
#include "tao/CDR.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template<class NCS_TO_TCS>
TAO_Codeset_Translator_Factory_T<NCS_TO_TCS>::TAO_Codeset_Translator_Factory_T () :
translator_(0)
@@ -86,4 +87,6 @@ TAO_Codeset_Translator_Factory_T<NCS_TO_TCS>::assign (TAO_OutputCDR *cdr) const
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_CODESET_TRANSLATOR_FACTORY_T_CPP */