diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-27 04:59:38 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-27 04:59:38 +0000 |
commit | affa22ac4e6796ba91387464b034a32f7f4d4bb5 (patch) | |
tree | b7e8274179e9c7fd7f56393c4dd17d05c736c25c /TAO/ChangeLog-99c | |
parent | 4aa3cb1b1fc73604e4d0cd4ac6e2f52fd0220340 (diff) | |
download | ATCD-affa22ac4e6796ba91387464b034a32f7f4d4bb5.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r-- | TAO/ChangeLog-99c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index a081a0ef4b6..430cab80238 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,26 @@ +Fri Mar 26 22:53:09 1999 Jeff Parsons <parsons@cs.wustl.edu> + + * tao/Any.h: + * tao/Context.h: + * tao/DynAnyC.h: + * tao/Environment.h: + * tao/Exception.h: + * tao/NVList.h: + * tao/ORB.h: + * tao/Object.h: + * tao/POA_CORBA.h: + * tao/POAC.h: + * tao/Principal.h: + * tao/Request.h: + * tao/Server_Request.h: + * tao/TypeCode.h: + Put in some more of the _ptr_type and _var_type + typedefs. As I read in the Henning/Vinoski book, I + see that these things are used just about anywhere + xxx_ptr and/or xxx_var are defined. This should about do + it for TAO code. Still some places in the IDL + compiler left where these can be generated. + Fri Mar 26 21:57:44 1999 Balachandran Natarajan <bala@cs.wustl.edu> * tao/POAManager.cpp (get_state): |