diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-08 19:55:11 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-08 19:55:11 +0000 |
commit | 564d13376ec33dabd2b1f163276f4dfdbe0a10b9 (patch) | |
tree | ef606691a74e9b25d68c7aa9a61e24ae0e6da672 /ace/CORBA_macros.h | |
parent | ae671047f99b24554e06ca43d175bd4a8dd8cd89 (diff) | |
download | ATCD-564d13376ec33dabd2b1f163276f4dfdbe0a10b9.tar.gz |
Changed to use _tao_print_exception
Diffstat (limited to 'ace/CORBA_macros.h')
-rw-r--r-- | ace/CORBA_macros.h | 2 |
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, |