diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-03 01:32:24 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-03 01:32:24 +0000 |
commit | 4e3c979de0924191c13cbe964f9902cd3d0fd633 (patch) | |
tree | 0a0bde0c5a92f4c2c92357f068c96778f6816ded | |
parent | d80ec3ffeb8f485d2495cdeca6d0a5cef9e29828 (diff) | |
download | ATCD-4e3c979de0924191c13cbe964f9902cd3d0fd633.tar.gz |
* tao/ORB.cpp:
Added a check to each create_*_tc method. If the
creation of the service object instance fails, a null
typecode pointer will be returned, avoiding the crash
that was happening previously.
* examples/TypeCode_Creation/main.cpp:
* examples/TypeCode_Creation/Makefile:
* examples/TypeCode_Creation/Makefile.bor:
* examples/TypeCode_Creation/README:
* examples/TypeCode_Creation/run_test.pl:
* examples/TypeCode_Creation/test.idl:
* examples/TypeCode_Creation/TypeCode_Creation.dsp:
New files for the example on creating typecodes
through the use of CORBA::ORB::create_*_tc.
* examples/TAO_Examples.dsw:
* examples/Makefile:
* examples/Makefile.bor:
Updated these with the new example.
* docs/releasenotes/index.html:
Added a mention of the new example.
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index aba8f6dd8fc..8a22b7f7848 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -24,6 +24,10 @@ Mon Apr 2 20:08:07 2001 Jeff Parsons <parsons@cs.wustl.edu> Updated these with the new example. + * docs/releasenotes/index.html: + + Added a mention of the new example. + Mon Apr 2 20:01:05 2001 Craig Rodrigues <crodrigu@bbn.com> * orbsvcs/orbsvcs/AVStreams.idl: |