summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-01 18:34:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-01 18:34:04 +0000
commitce8dfbcc6ee9cf5a6b48752bc35a686f08da6441 (patch)
treed01ed90a1418753e29f8b6f2c432445aaa31b3ee /TAO/tao/Stub.h
parent80698f6dc69430e5d7b56b6b6c8743ac056234a2 (diff)
downloadATCD-ce8dfbcc6ee9cf5a6b48752bc35a686f08da6441.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.h4
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.