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
commit3ea0f4bda9a92717906f39f654076723d1a9e19d (patch)
treeef606691a74e9b25d68c7aa9a61e24ae0e6da672 /ace/CORBA_macros.h
parentbc828d5a72fdb944bc8d679fbfd9375c9e6d0838 (diff)
downloadATCD-3ea0f4bda9a92717906f39f654076723d1a9e19d.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,