summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset_Translator_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset_Translator_Factory.h')
-rw-r--r--TAO/tao/Codeset_Translator_Factory.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tao/Codeset_Translator_Factory.h b/TAO/tao/Codeset_Translator_Factory.h
deleted file mode 100644
index 98ad65a0a8b..00000000000
--- a/TAO/tao/Codeset_Translator_Factory.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// -*- C++ -*-
-
-// ===================================================================
-/**
- * @file Codeset_Translator_Factory.h
- *
- * $Id$
- *
- * @author Phil Mesnier <mesnier_p@ociweb.com>
- */
-// =========================
-
-#ifndef TAO_CODESET_TRANSLATOR_FACTORY_DEPRECATED_H
-#define TAO_CODESET_TRANSLATOR_FACTORY_DEPRECATED_H
-
-#include /**/ "ace/pre.h"
-
-// TAO_Codeset_Translator_Factroy is now part of the TAO_Codeset
-// library. Since it is possible that people have supplied their
-// own codeset translator classes, this header is included as a
-// migration aid.
-//
-// Anyone with their own translator should also add the new
-// codeset.mpb to their MPC project's list of dependencies.
-
-#include "tao/Codeset/Codeset_Translator_Factory.h"
-
-#include /**/ "ace/post.h"
-#endif /* TAO_Codeset_Translator_Factory */