dbertoni 2002/11/27 10:45:47
Modified: c/src/XMLSupport XMLSupportException.hpp
Log:
Removed unnecessary include file.
Revision Changes Path
1.5 +5 -6 xml-xalan/c/src/XMLSupport/XMLSupportException.hpp
Index: XMLSupportException.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/XMLSupportException.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XMLSupportException.hpp 20 Nov 2002 02:32:13 -0000 1.4
+++ XMLSupportException.hpp 27 Nov 2002 18:45:47 -0000 1.5
@@ -64,10 +64,6 @@
-#include <XalanDOM/XalanDOMString.hpp>
-
-
-
// Base class header file.
#include <PlatformSupport/XSLException.hpp>
@@ -77,6 +73,10 @@
+class XalanDOMString;
+
+
+
class XALAN_XMLSUPPORT_EXPORT XMLSupportException : public XSLException
{
public:
@@ -87,8 +87,7 @@
* @param theMessage message to print when exception thrown
*/
explicit
- XMLSupportException(
- const XalanDOMString& message = XalanDOMString());
+ XMLSupportException(const XalanDOMString& message);
virtual
~XMLSupportException();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]