summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h')
-rw-r--r--TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h
new file mode 100644
index 00000000000..666f61fee1d
--- /dev/null
+++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h
@@ -0,0 +1,30 @@
+// -*- C++ -*-
+//=============================================================================
+/**
+ * @file WUCS4_UTF16_Factory.h
+ *
+ * $Id$
+ *
+ *
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ */
+//=============================================================================
+
+#ifndef WUCS4_UTF16_FACTORY_H
+#define WUCS4_UTF16_FACTORY_H
+
+#include <ace/pre.h>
+#include <ace/Service_Config.h>
+#include <tao/Codeset_Translator_Factory.h>
+
+#include "WUCS4_UTF16_export.h"
+#include "WUCS4_UTF16.h"
+
+typedef UCS4_UTF16_Export TAO_Codeset_Translator_Factory_T<WUCS4_UTF16> WUCS4_UTF16_Factory;
+
+ACE_STATIC_SVC_DECLARE_EXPORT (UCS4_UTF16, WUCS4_UTF16_Factory)
+ACE_FACTORY_DECLARE (UCS4_UTF16, WUCS4_UTF16_Factory)
+
+#include <ace/post.h>
+#endif /* WUCS4_UTF16_FACTORY_H */