summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-07 19:59:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-07 19:59:59 +0000
commitc192fa749d8f7ec58f2cafe1a75624c435b80691 (patch)
tree214bee11e6b3dcc5a3addd08220e3d546825c2b6
parent08ae363ebde19e48d05a49ec535aba9f8b0b4e3d (diff)
downloadATCD-c192fa749d8f7ec58f2cafe1a75624c435b80691.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c11
1 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d66e8518b2a..d2e0a19ed0a 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,12 @@
+Thu Oct 7 14:54:01 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * orbsvcs/Logging_Service/Logging_Service.h:
+ * orbsvcs/Logging_Service/Logging_Service.cpp:
+ * orbsvcs/Logging_Service/Makefile:
+ Added the Telecom Log Service's front end files.
+ * orbsvcs/orbsvcs/Makefile:
+ Added a "Log" section for the Log Service.
+
Thu Oct 7 13:14:43 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Any.h:
@@ -31,7 +40,7 @@ Thu Oct 7 13:14:43 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
arguments into Anys, by moving the code into the Any class, and
out of Stub, NVList, Request and other places it was spread
over.
- I also fixed a couple of latent bugs with the implementations of
+ I also fixed a couple of latent bugs with the implementations of
Any demarshaling.
* tests/DSI_Gateway/test_dsi.cpp: