Skip to content
Snippets Groups Projects
Commit b5154a4e authored by Unknown (aruna1)'s avatar Unknown (aruna1)
Browse files

Added headers and define constructs

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171615 13f79535-47bb-0310-9956-ffa450edef68
parent f55e92db
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
*/ */
#if !defined(TRANSENAMEMAP_HPP)
#define TRANSENAMEMAP_HPP
#include <util/TransService.hpp>
#include <util/XMLString.hpp>
// //
// This class is really private to the TransService class. However, some // This class is really private to the TransService class. However, some
...@@ -187,3 +192,5 @@ private : ...@@ -187,3 +192,5 @@ private :
#if !defined(XML4C_TMPLSINC) #if !defined(XML4C_TMPLSINC)
#include <util/TransENameMap.c> #include <util/TransENameMap.c>
#endif #endif
#endif
...@@ -59,8 +59,6 @@ ...@@ -59,8 +59,6 @@
// Includes // Includes
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#include <util/RefHashTableOf.hpp> #include <util/RefHashTableOf.hpp>
#include <util/TransService.hpp>
#include <util/XMLString.hpp>
#include <util/XML88591Transcoder.hpp> #include <util/XML88591Transcoder.hpp>
#include <util/XMLASCIITranscoder.hpp> #include <util/XMLASCIITranscoder.hpp>
#include <util/XMLEBCDICTranscoder.hpp> #include <util/XMLEBCDICTranscoder.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment