diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-29 20:12:03 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-29 20:12:03 +0000 |
commit | 92cdfa94884d1a6ffefe3cc08360f4c0c6893177 (patch) | |
tree | 2e75ba36eda8a291b97465aea70409469581efe8 /TAO/tao/PortableServer/POA.cpp | |
parent | b50445d8482ee6a04a61823581a5ae09764567fc (diff) | |
download | ATCD-92cdfa94884d1a6ffefe3cc08360f4c0c6893177.tar.gz |
ChangeLogTag:Thu Jan 29 14:10:27 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/POA.cpp')
-rw-r--r-- | TAO/tao/PortableServer/POA.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp index 07a0f206e24..71bb5ca25a3 100644 --- a/TAO/tao/PortableServer/POA.cpp +++ b/TAO/tao/PortableServer/POA.cpp @@ -3612,7 +3612,7 @@ TAO_POA::key_to_object (const TAO::ObjectKey &key, if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, "IMR IOR = \n%s\n", - imr_str.in ())); + ACE_TEXT_CHAR_TO_TCHAR (imr_str.in ()))); // Search for "corbaloc:" alone, without the protocol. This code // should be protocol neutral. @@ -3645,7 +3645,7 @@ TAO_POA::key_to_object (const TAO::ObjectKey &key, if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, "ImR-ified IOR = \n%s\n", - ior.c_str ())); + ACE_TEXT_CHAR_TO_TCHAR (ior.c_str ()))); obj = this->orb_core_.orb ()->string_to_object (ior.c_str () @@ -3799,7 +3799,7 @@ TAO_POA::establish_components (ACE_ENV_SINGLE_ARG_DECL) ACE_DEBUG ((LM_WARNING, "(%P|%t) Exception thrown while processing " "IORInterceptor \"%s\">\n", - name.in ())); + ACE_TEXT_CHAR_TO_TCHAR (name.in ()))); } ACE_PRINT_TAO_EXCEPTION (ACE_ANY_EXCEPTION, @@ -4091,7 +4091,7 @@ TAO_POA::imr_notify_startup (ACE_ENV_SINGLE_ARG_DECL) if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, "Informing IMR that we are running at: %s\n", - partial_ior.c_str())); + ACE_TEXT_CHAR_TO_TCHAR (partial_ior.c_str()))); char host_name[MAXHOSTNAMELEN + 1]; ACE_OS::hostname (host_name, MAXHOSTNAMELEN); |