summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 15:47:56 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 15:47:56 +0000
commit97baab0ba96edc80ef3a952b87736b906f8993c3 (patch)
tree1e4ce0f5bc2c3e3fd11bb2d772bf3a671d417d4a
parenta22c3c42b2ab5ae0a9013d3e833ca72eeb27be87 (diff)
downloadATCD-97baab0ba96edc80ef3a952b87736b906f8993c3.tar.gz
* 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.
-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: