diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-30 15:55:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-30 15:55:34 +0000 |
commit | 63efa4188ebd00de409ea91b1d4e781d449c750b (patch) | |
tree | 94640627386ebaf78fbaa3d13803064cfc197aa9 /TAO/ChangeLog-98c | |
parent | b79cf00820ba6df1c08fa2cbdd9e2a2a8c5b68fa (diff) | |
download | ATCD-63efa4188ebd00de409ea91b1d4e781d449c750b.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index bda50ef81ae..09187384ef6 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,18 @@ +Wed Jul 30 10:05:38 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * tao/boa.h: Removed the #include of "tao/objtable.h" which seems + to be unnecessary and may cause problems for template + specialization. + + * tao/iiopobj.i (IIOP_Object): Changed the second parameter to the + IIOP_Object constructor so that we can is a const + IIOP::ProfileBody &. This prevents a compiler warning. + + * tao/typecode.cpp (private_id): Removed unused variable status. + + * tao/objtable.cpp (bind): Removed the temp variable, which + was unused. + Tue Jul 29 19:31:11 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * tao/boa.cpp (get_boa): Added casts of ACE_UINT32 so that we |