diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tests/Portable_Interceptors/ORB_Shutdown/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/client.cpp | 2 |
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[]) |