diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-08-03 03:46:52 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-08-03 03:46:52 +0000 |
commit | c537eb9e7c843a063841a740dd1ce48b46cad586 (patch) | |
tree | a63f88f2c9ac6cf300355f3766b77b496e574884 /TAO/tao/Stub.h | |
parent | f0f62f3dfbb593b64fdc580ecf8c1c8e9253d344 (diff) | |
download | ATCD-c537eb9e7c843a063841a740dd1ce48b46cad586.tar.gz |
ChangeLogTag:Thu Aug 02 20:39:19 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r-- | TAO/tao/Stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h index 9643bd172c1..b70c359eade 100644 --- a/TAO/tao/Stub.h +++ b/TAO/tao/Stub.h @@ -74,7 +74,7 @@ struct TAO_Exception_Data // for the exception as well as a static function pointer that // does the job of memory allocation. - char *id; + const char *id; // Repository id of the exception. TAO_Exception_Alloc alloc; |