summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-28 11:39:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-28 11:39:11 +0000
commitc523c39ceda042f4af34c677e2b1fa7fd261765b (patch)
tree4fa823da2b578b15f460755d2301006cebfa0fb5 /TAO
parentd20d7aa9387b9904fffedb47091297e47b622892 (diff)
downloadATCD-c523c39ceda042f4af34c677e2b1fa7fd261765b.tar.gz
Sun Sep 28 11:38:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/client.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp2
3 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 11729e762e9..0b54f7375d6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sun Sep 28 11:38:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Portable_Interceptors/ORB_Shutdown/client.cpp
+ * tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp
+ ACE_TCHAR changes
+
Sun Sep 28 11:36:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/AMI/server.cpp
diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/client.cpp b/TAO/tests/Portable_Interceptors/ORB_Shutdown/client.cpp
index 19a5ee32219..e76090f15ff 100644
--- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/client.cpp
+++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/client.cpp
@@ -10,7 +10,7 @@ ACE_RCSID (ORB_Shutdown,
"$Id$")
-const char *ior = 0;
+const ACE_TCHAR *ior = 0;
int
parse_args (int argc, ACE_TCHAR *argv[])
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp
index 915c639bf66..4bff5541452 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp
@@ -11,7 +11,7 @@ ACE_RCSID (Request_Interceptor_Flow,
client,
"$Id$")
-const char *ior = 0;
+const ACE_TCHAR *ior = 0;
int
parse_args (int argc, ACE_TCHAR *argv[])