summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-05-13 12:35:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-05-13 12:35:34 +0000
commit24d443360b5a2a1de5b0a7271d0e89688d851279 (patch)
treea0a1fc8acf79b44830705ea3cdf5d820b91b7729
parent8c479b9d712c43613eeb4769bc8306230e0865ed (diff)
downloadATCD-24d443360b5a2a1de5b0a7271d0e89688d851279.tar.gz
ChangeLogTag: Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ACEXML/examples/SAXPrint/main.cpp2
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
4 files changed, 22 insertions, 4 deletions
diff --git a/ACEXML/examples/SAXPrint/main.cpp b/ACEXML/examples/SAXPrint/main.cpp
index 9f01f522f3a..f7e6a2e4ab0 100644
--- a/ACEXML/examples/SAXPrint/main.cpp
+++ b/ACEXML/examples/SAXPrint/main.cpp
@@ -8,7 +8,7 @@
#include "SAXPrint_Handler.h"
#include "ace/Get_Opt.h"
-static ACE_TCHAR *test_string =
+static ACEXML_Char *test_string =
ACE_TEXT ("<?xml version='1.0'?> <ACE_Svc_Conf> <static id=\"ACE_Service_Manager\" params='-d -p 4911'/> <dynamic id=\"Test_Task\" type=\"service_object\"> &#65; &amp; <initializer path=\"CCM_App\" init='_make_Test_Task' params='-p 3000'/> </dynamic> </ACE_Svc_Conf>");
diff --git a/ChangeLog b/ChangeLog
index 1fed9cf64d6..4a8f4cc9a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-Sun May 12 23:20:06 2002 Alex Libman <AlexL@rumblegroup.com>
+Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * ACEXML/examples/SAXPrint/main.cpp:
+
+ Fix the Debian build by using ACEXML_Char instead of ACE_TCHAR.
+
+Sun May 12 23:20:06 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/TP_Reactor_Test.{h,cpp}:
Improved flow-control in full-duplex mode by increasing the
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 1fed9cf64d6..4a8f4cc9a93 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,4 +1,10 @@
-Sun May 12 23:20:06 2002 Alex Libman <AlexL@rumblegroup.com>
+Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * ACEXML/examples/SAXPrint/main.cpp:
+
+ Fix the Debian build by using ACEXML_Char instead of ACE_TCHAR.
+
+Sun May 12 23:20:06 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/TP_Reactor_Test.{h,cpp}:
Improved flow-control in full-duplex mode by increasing the
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 1fed9cf64d6..4a8f4cc9a93 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,4 +1,10 @@
-Sun May 12 23:20:06 2002 Alex Libman <AlexL@rumblegroup.com>
+Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * ACEXML/examples/SAXPrint/main.cpp:
+
+ Fix the Debian build by using ACEXML_Char instead of ACE_TCHAR.
+
+Sun May 12 23:20:06 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/TP_Reactor_Test.{h,cpp}:
Improved flow-control in full-duplex mode by increasing the