I have a header file shown as blown;

 

#include <xercesc/util/XercesDefs.hpp>

const XMLCh* unicodeForm() const;

 

generally I need #include <xercesc/util/XercesDefs.hpp> in my project
header file, Because my .h file have use XMLCh* which was defined Xerces
.hpp file.

 

If I want move all Xerces #include header files to CPP file, this is to
say I don't want my .h file contains any Xerces hpp file, how could do
this?

 

Thanks

[email protected]

http://www.asjava.com <http://www.asjava.com/> 

 

 

 

Reply via email to