summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-15 15:37:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-15 15:37:58 +0000
commit418476a6cbce73bb8a2b6d518a04455096f05fd3 (patch)
treec375eaca008b4b7679238ec90d4296c10f5b6630
parent58048c6b4ffc9cc70b4b3732d921c4deddc1e1bb (diff)
downloadATCD-418476a6cbce73bb8a2b6d518a04455096f05fd3.tar.gz
ChangeLogTag: Wed Mar 15 09:36:46 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a23
-rw-r--r--TAO/examples/Simple/time/README2
2 files changed, 15 insertions, 10 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 781e88e50ee..10db78fa1e1 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,16 +1,23 @@
+Wed Mar 15 09:36:46 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * examples/Simple/time/README: reverted the note added by
+ Tue Mar 14 14:37:58 2000 David L. Levine <levine@cs.wustl.edu>,
+ because the following two changes of Jeff and Nanbor solved
+ the problem.
+
Tue Mar 14 17:48:04 2000 Jeff Parsons <parsons@cs.wustl.edu>
- * tao/POAC.h:
- * tao/POAC.i:
- #if !defined guards around PortableServer::ForwardRequest
- and its Any and CDR operators were not consistent. Thanks
- to Darrell for pointing this out.
+ * tao/POAC.h:
+ * tao/POAC.i:
+ #if !defined guards around PortableServer::ForwardRequest
+ and its Any and CDR operators were not consistent. Thanks
+ to Darrell for pointing this out.
Tue Mar 14 16:26:27 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * tao/POAC.cpp: The typecode for _tc_Current was not properly
- defined using TAO_NAMESPACE_blah macros. Applied those macros.
- Thanks to Pradeep and Darrell for noticing this.
+ * tao/POAC.cpp: The typecode for _tc_Current was not properly
+ defined using TAO_NAMESPACE_blah macros. Applied those macros.
+ Thanks to Pradeep and Darrell for noticing this.
Tue Mar 14 14:37:58 2000 David L. Levine <levine@cs.wustl.edu>
diff --git a/TAO/examples/Simple/time/README b/TAO/examples/Simple/time/README
index 136a3a27df4..b73fcde17c0 100644
--- a/TAO/examples/Simple/time/README
+++ b/TAO/examples/Simple/time/README
@@ -11,8 +11,6 @@ JACE's GetOpt class to parse the command line arguments. See
for more details.
-NOTE: this example will not work with -DTAO_HAS_MINIMUM_CORBA.
-
server:
-------