summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-13 03:22:54 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-13 03:22:54 +0000
commitdcaa600e586e385830d8e9d807ddcfe9b0e6ea28 (patch)
treed311d077f7da1cc237be33c1b7c8ff81dff466fe /TAO/tao/debug.cpp
parent46a31dee5995c12cc26a11ffdc8490212b91eba6 (diff)
downloadATCD-dcaa600e586e385830d8e9d807ddcfe9b0e6ea28.tar.gz
Changed id() to _id().
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r--TAO/tao/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp
index 59104f35e6a..13d5bb461d7 100644
--- a/TAO/tao/debug.cpp
+++ b/TAO/tao/debug.cpp
@@ -207,7 +207,7 @@ _dmsg_x (CORBA::Environment _FAR &env,
setup ();
flockfile (debug_stream);
emit_prefix (debug_stream);
- ACE_OS::fprintf (debug_stream, "exception '%s' at '%s'\n", ex->id (), info);
+ ACE_OS::fprintf (debug_stream, "exception '%s' at '%s'\n", ex->_id (), info);
if (env.exception_type () == CORBA::SYSTEM_EXCEPTION)
{
CORBA::SystemException *sysex = (CORBA::SystemException *) ex;