dbertoni 01/05/02 08:43:21
Modified: c/src/XMLSupport FormatterToDOM.hpp FormatterToNull.hpp
FormatterToText.hpp FormatterToXML.hpp
XMLSupportInit.cpp
Removed: c/src/XMLSupport Formatter.cpp Formatter.hpp
FormatterListener.cpp FormatterListener.hpp
Log:
Moved FormatterListener from XMLSupport to PlatformSupport.
Revision Changes Path
1.14 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToDOM.hpp
Index: FormatterToDOM.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToDOM.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- FormatterToDOM.hpp 2001/03/02 19:09:31 1.13
+++ FormatterToDOM.hpp 2001/05/02 15:43:11 1.14
@@ -69,7 +69,7 @@
// Base class header file.
-#include <XMLSupport/FormatterListener.hpp>
+#include <PlatformSupport/FormatterListener.hpp>
1.2 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToNull.hpp
Index: FormatterToNull.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToNull.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FormatterToNull.hpp 2000/11/02 01:45:51 1.1
+++ FormatterToNull.hpp 2001/05/02 15:43:12 1.2
@@ -65,7 +65,7 @@
// Base class header file.
-#include <XMLSupport/FormatterListener.hpp>
+#include <PlatformSupport/FormatterListener.hpp>
1.10 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToText.hpp
Index: FormatterToText.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToText.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- FormatterToText.hpp 2001/04/11 02:25:00 1.9
+++ FormatterToText.hpp 2001/05/02 15:43:13 1.10
@@ -69,7 +69,7 @@
// Base class header file.
-#include <XMLSupport/FormatterListener.hpp>
+#include <PlatformSupport/FormatterListener.hpp>
1.31 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToXML.hpp
Index: FormatterToXML.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToXML.hpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- FormatterToXML.hpp 2001/02/08 21:14:53 1.30
+++ FormatterToXML.hpp 2001/05/02 15:43:15 1.31
@@ -79,7 +79,7 @@
// Base class header file.
-#include <XMLSupport/FormatterListener.hpp>
+#include <PlatformSupport/FormatterListener.hpp>
1.4 +0 -5 xml-xalan/c/src/XMLSupport/XMLSupportInit.cpp
Index: XMLSupportInit.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/XMLSupportInit.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLSupportInit.cpp 2001/02/08 21:14:55 1.3
+++ XMLSupportInit.cpp 2001/05/02 15:43:15 1.4
@@ -59,7 +59,6 @@
-#include "FormatterListener.hpp"
#include "FormatterToHTML.hpp"
#include "FormatterToXML.hpp"
@@ -98,8 +97,6 @@
void
XMLSupportInit::initialize()
{
- FormatterListener::initialize();
-
FormatterToXML::initialize();
FormatterToHTML::initialize();
@@ -113,6 +110,4 @@
FormatterToHTML::terminate();
FormatterToXML::terminate();
-
- FormatterListener::terminate();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]