summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-20 21:09:56 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-20 21:09:56 +0000
commit01f4635682ce5f71d17e20a3c884f06f0e486b39 (patch)
tree03c60840bce24864476312295852eec226e97201
parent39fa885bf9647160998345118c9cbe8744fb81bc (diff)
downloadATCD-01f4635682ce5f71d17e20a3c884f06f0e486b39.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
-rw-r--r--THANKS1
2 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e1714ecf83d..346bb200862 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,7 +1,15 @@
+Fri Aug 20 15:51:29 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/ORB.cpp (resolve_initial_references): Changed to search for
+ the ORB's lookup table if the search in initial reference table
+ kept in ORB param fails. This change allows up to find the
+ collocated service available in the local ORB. Thanks to Sharo
+ Randall <RASB@eci-esyst.com> for suggesting the change.
+
Fri Aug 20 13:48:45 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
- Modified my earlier change to the way a return
+ Modified my earlier change to the way a return
valuetype is declared in the stub. This clears up
compile errors in TAO/esamples/OBV/Typed_Events.
@@ -20,7 +28,7 @@ Thu Aug 19 20:05:06 1999 Jeff Parsons <parsons@cs.wustl.edu>
Return types which are allocated on the heap in the stub (all
variable-size data types plus arrays) would leak memory if
there were an exception during invocation or demarshaling. Now
- all these types are eclosed in a _var between
+ all these types are eclosed in a _var between
'ACE_NEW_RETURN (...);' and 'return ...;'. Thanks to
Eugene Surovegin <ebs@glasnet.ru>, whose example showed
the tip of the iceberg.
@@ -49,7 +57,7 @@ Thu Aug 19 17:25:00 1999 Chris Gill <cdgill@cs.wustl.edu>
Thu Aug 19 16:34:04 1999 Balachandran Natarajan <bala@cs.wustl.edu>
- * tao/BoundsC.i:
+ * tao/BoundsC.i:
* tao/BoundsC.cpp:
* tao/BoundsC.h:
* tao/Makefile:
diff --git a/THANKS b/THANKS
index e4407af95c3..ab02875d943 100644
--- a/THANKS
+++ b/THANKS
@@ -729,6 +729,7 @@ Anthony Shipman <als@aaii.oz.au>
Tobin Bergen-Hill <tbhill@dctd.saic.com>
Toshio Hori <toshi@etl.go.jp>
John Mink <John.Mink@nl.origin-it.com>
+Sharo Randall <RASB@eci-esyst.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson. Paul devised the recursive Makefile scheme that