summaryrefslogtreecommitdiff
path: root/ace/CORBA_macros.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 19:55:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 19:55:11 +0000
commit564d13376ec33dabd2b1f163276f4dfdbe0a10b9 (patch)
treeef606691a74e9b25d68c7aa9a61e24ae0e6da672 /ace/CORBA_macros.h
parentae671047f99b24554e06ca43d175bd4a8dd8cd89 (diff)
downloadATCD-564d13376ec33dabd2b1f163276f4dfdbe0a10b9.tar.gz
Changed to use _tao_print_exception
Diffstat (limited to 'ace/CORBA_macros.h')
-rw-r--r--ace/CORBA_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CORBA_macros.h b/ace/CORBA_macros.h
index c540e5af1f6..b6c13abbf2b 100644
--- a/ace/CORBA_macros.h
+++ b/ace/CORBA_macros.h
@@ -385,7 +385,7 @@
// Print out a TAO exception. This is not CORBA compliant.
# define ACE_PRINT_TAO_EXCEPTION(EX,INFO) \
- EX.print_exception (INFO)
+ EX._tao_print_exception (INFO)
// Print out a CORBA exception. There is not portable way to
// dump a CORBA exception. If you are using other ORB implementation,