diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-01 18:34:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-01 18:34:04 +0000 |
commit | 5086abee21b5a09f71c796cc7ce631bb6bfb916e (patch) | |
tree | d01ed90a1418753e29f8b6f2c432445aaa31b3ee /TAO/tao/Stub.h | |
parent | f5179dfdd7684506359d822d926ad7ecbe286822 (diff) | |
download | ATCD-5086abee21b5a09f71c796cc7ce631bb6bfb916e.tar.gz |
ChangeLogTag: Wed Aug 1 13:15:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r-- | TAO/tao/Stub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h index f1902b523b0..9643bd172c1 100644 --- a/TAO/tao/Stub.h +++ b/TAO/tao/Stub.h @@ -74,8 +74,8 @@ struct TAO_Exception_Data // for the exception as well as a static function pointer that // does the job of memory allocation. - CORBA::TypeCode_ptr tc; - // Typecode describing the exception. + char *id; + // Repository id of the exception. TAO_Exception_Alloc alloc; // The allocator for this exception. |