summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-08 23:29:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-08 23:29:29 +0000
commit3e79a74df8f9bee2f6681b180201e45f81e3469e (patch)
tree4f1651c66d42ec4abe9a4a66ce78f4fa87f417f6
parentaf5938785fe65db40113cd6c37ea550b3a9e480c (diff)
downloadATCD-3e79a74df8f9bee2f6681b180201e45f81e3469e.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c13
1 files changed, 9 insertions, 4 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 56b29b99182..e9148726597 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,8 @@
+Mon Mar 8 16:20:22 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * tao/ORB.i: Moved CORBA::string_dup() into the *.i file and made
+ it an inline method. Thanks to Jon Biggar for suggesting this.
+
Mon Mar 8 16:46:36 1999 Matthew J Braun <mjb2@cs.wustl.edu>
* orbsvcs/tests/Logger/README:
@@ -6,10 +11,10 @@ Mon Mar 8 16:46:36 1999 Matthew J Braun <mjb2@cs.wustl.edu>
* orbsvcs/orbsvcs/Log/Logger_i.cpp:
Altered the return values in verbosity_conversion to correspond
- to the changed values in ace/Log_Msg.h. Also modified logv to
- use get_host_by_addr () rather than get_host_by_name (). This
- speeds things up somewhat. Thanks to Ulf Jährig for pointing
- this out.
+ to the changed values in ace/Log_Msg.h. Also modified logv to
+ use get_host_by_addr () rather than get_host_by_name (). This
+ speeds things up somewhat. Thanks to Ulf Jährig for pointing
+ this out.
Mon Mar 8 14:27:38 1999 Jeff Parsons <parsons@cs.wustl.edu>