summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
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 b70c359eade..f1902b523b0 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.
- const char *id;
- // Repository id of the exception.
+ CORBA::TypeCode_ptr tc;
+ // Typecode describing the exception.
TAO_Exception_Alloc alloc;
// The allocator for this exception.