summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-05 14:15:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-05 14:15:13 +0000
commita5002aa8becedc0eba1d3703549286129edc8370 (patch)
tree54448f073a4d9574bad1f646119a7840ecafa754 /ACEXML
parent91949bcee6b9848fbe409ea4d698a8434ec01384 (diff)
downloadATCD-a5002aa8becedc0eba1d3703549286129edc8370.tar.gz
ChangeLogTag: Wed Jan 5 14:08:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/ChangeLog11
-rw-r--r--ACEXML/examples/SAXPrint/Makefile.am3
2 files changed, 12 insertions, 2 deletions
diff --git a/ACEXML/ChangeLog b/ACEXML/ChangeLog
index d1685d6b5a1..62a85deab55 100644
--- a/ACEXML/ChangeLog
+++ b/ACEXML/ChangeLog
@@ -1,3 +1,14 @@
+Wed Jan 5 14:08:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * common/DefaultHandler.{h,cpp,i}:
+ * common/NamespaceSupport.{h,cpp,i}:
+ * common/Transcode.{h,cpp,i}:
+ * examples/SAXPrint/Print_Handler.{cpp,i}:
+ Removed .i file and updated h/cpp file
+
+ * common/Makefile.am:
+ Updated
+
Tue Aug 17 19:07:11 2004 J.T. Conklin <jtc@acorntoolworks.com>
* common/NamespaceSupport.cpp:
diff --git a/ACEXML/examples/SAXPrint/Makefile.am b/ACEXML/examples/SAXPrint/Makefile.am
index 4ba83af5eb5..619943c498b 100644
--- a/ACEXML/examples/SAXPrint/Makefile.am
+++ b/ACEXML/examples/SAXPrint/Makefile.am
@@ -12,7 +12,7 @@ ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
noinst_PROGRAMS =
-## Makefile.SAXPrint.am
+## Makefile.SAXPrint.am
if BUILD_ACEXML
noinst_PROGRAMS += SAXPrint
@@ -28,7 +28,6 @@ SAXPrint_SOURCES = \
main.cpp \
Print_Handler.h \
SAXPrint_Handler.h \
- Print_Handler.i \
SAXPrint_Handler.i
SAXPrint_LDADD = \