diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-05 15:12:15 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-05 15:12:15 +0000 |
commit | 1c6cac5fc8b379bd5f97460b5ccf5b94531f1c13 (patch) | |
tree | fbade0fc0ef75c111a7ffb0758c5fc05720556f1 /TAO/ChangeLog-98c | |
parent | cbebbbe4fda2ced2f8635db4d04b4980ff656e27 (diff) | |
download | ATCD-1c6cac5fc8b379bd5f97460b5ccf5b94531f1c13.tar.gz |
* IIOP/test/svr.cpp: Added a new class to catch SIGINT and
terminate. This was necessary to Quantify the server process.
* IIOP/lib/orbobj.h: Added ACE_INLINE to forward decls of
CORBA_release() and CORBA_is_nil().
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index be704168457..c20bc87cb5b 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,11 @@ +Thu Jun 5 10:09:01 1997 Chris Cleeland <cleeland@merengue.cs.wustl.edu> + + * IIOP/test/svr.cpp: Added a new class to catch SIGINT and + terminate. This was necessary to Quantify the server process. + + * IIOP/lib/orbobj.h: Added ACE_INLINE to forward decls of + CORBA_release() and CORBA_is_nil(). + Wed May 23 14:39:01 1997 Brian Mendel <bmendel@mdc.com> * IIOP/lib/objtable.{h,cpp}: Added template specialization of |