// -*- C++ -*- // =================================================================== /** * @file Codeset_Translator_Factory.h * * $Id$ * * @author Phil Mesnier */ // ========================= #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 */