summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3b27fc07c08..b7c3866351a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Fri Feb 25 09:44:28 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * performance-tests/Latency/dii_client.cpp:
+ Guarded all pertinent code with
+ #if !defined (TAO_HAS_MINIMUM_CORBA). If minimum
+ CORBA is defined, the client code should now just
+ get and narrow a reference to the server. skip
+ instantiating the client, and shutdown the server
+ if that option is selected.
+
Fri Feb 25 09:34:19 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_structure/structure_ch.cpp: