summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-13 18:18:32 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-13 18:18:32 +0000
commit95226cb6d8463b1d4255d01a3f996e6bafb1284a (patch)
tree5d2703dc745e691e06bb19b1afa2a83fd88c3c28 /TAO
parente11542931fdbd5da5d52167d1096989469c40c57 (diff)
downloadATCD-95226cb6d8463b1d4255d01a3f996e6bafb1284a.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c18
1 files changed, 13 insertions, 5 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 2c1f00bcadd..230fdb7f1de 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,11 @@
+1998-11-13 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * examples/Simple/chat/README: added explaination
+ about how the IOR is used to locate the chat server.
+
+ * examples/Event_Comm/Event_Comm_i.h (Notifier): added
+ a missing comment to ShutdownCallback::close.
+
Fri Nov 13 11:51:21 1998 Matthew J Braun <mjb2@cs.wustl.edu>
* orbsvcs/orbsvcs/Log/Logger_i.cpp: Modified to reuse code a
@@ -28,7 +36,7 @@ Thu Nov 12 14:21:41 1998 Matthew J Braun <mjb2@cec.wustl.edu>
* orbsvcs/tests/Logger/README: Made a few edits to reflect added
tests for the twoway methods and included sample output
* orbsvcs/tests/Logger/Logging_Test_i.cpp: Added tests for new
- twoway methods log2() and logv2().
+ twoway methods log2() and logv2().
* orbsvcs/orbsvcs/Log/Logger_i.cpp: Changed formating of messages
for log2() and logv2 ().
@@ -48,16 +56,16 @@ Thu Nov 12 14:03:00 1998 Chris Gill <cdgill@cs.wustl.edu>
orbsvcs/orbsvcs/Sched/SchedEntry.{cpp, h}
orbsvcs/orbsvcs/Sched/Scheduler.h
orbsvcs/orbsvcs/Sched/Strategy_Scheduler.{cpp, h}:
- Changed RtecScheduler type names to remove non-portable IDL
+ Changed RtecScheduler type names to remove non-portable IDL
declarations like "Priority priority;" where identifiers only
- differ by case. Thanks to Martin Renner (Martin.Renner@pp-ulm.de)
+ differ by case. Thanks to Martin Renner (Martin.Renner@pp-ulm.de)
for pointing out the problem and the appropriate snippet of the
CORBA spec.
Thu Nov 12 14:01:47 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
- * tao/try_macros.h: Made the native exception macros fit
- on one line so compilers don't get confused by the "try"
+ * tao/try_macros.h: Made the native exception macros fit
+ on one line so compilers don't get confused by the "try"
by itself. Thanks to Virginie Amar<vamar@amadeus.net>
for submitting this fix.