Thanks you advices, if I have used Xerces types in my public header files (private method parameters), is anyway can avoid #include Xerces hpp files in my header files?
Thanks [email protected] http://www.asjava.com <http://www.asjava.com/> -----Original Message----- From: Scott Cantor [mailto:[email protected]] Sent: 2010年12月17日 9:20 To: [email protected] Subject: RE: Move #include Xerces .hpp to cpp > 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? Don't use any Xerces types in your public API. It's one or the other. Either you accept it as part of your public interface or wrap everything. -- Scott
