summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-20 05:49:26 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-20 05:49:26 +0000
commit56ed370909aa204cf0ae3f378a6f3fe43ce1093f (patch)
tree98b26df73c4b564f9d418d81136feb04b6677b7e
parentbd8e8b1a7b0b6d0c417db5e6e9ce7d3a313675f2 (diff)
downloadATCD-56ed370909aa204cf0ae3f378a6f3fe43ce1093f.tar.gz
ChangeLogTag: Wed Jun 20 07:34:16 2001 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
-rw-r--r--TAO/tests/Makefile.bor2
2 files changed, 9 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f889aedf3bd..c9083fd7b12 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,9 +1,14 @@
+Wed Jun 20 07:48:12 2001 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Makefile.bor
+ Removed the Endpoint_Per_Priority and added the Big_Reply tests
+
Tue Jun 19 14:35:43 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Strategies/GIOP_Message_NonReactive_Base.cpp:
Added the GIOP version info in creation of TAO_InputCDR object
- in more_messages(). This is due to the changes made regarding the
+ in more_messages(). This is due to the changes made regarding the
WChar implementation of GIOP 1.2.
Tue Jun 19 14:35:43 2001 Jeff Parsons <parsons@cs.wustl.edu>
@@ -35,7 +40,7 @@ Tue Jun 19 12:27:39 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
* tests/Endpoint_Per_Priority/test.idl:
* tests/Endpoint_Per_Priority/test_i.i:
* tests/Endpoint_Per_Priority:
- Removed test. The feature it was testing (which was deprecated)
+ Removed test. The feature it was testing (which was deprecated)
has now been removed from TAO as a result of the RTCORBA
subsetting.
@@ -54,7 +59,7 @@ Tue Jun 19 12:25:09 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* tests/RTCORBA/Private_Connection/server.cpp:
* tests/RTCORBA/Thread_Pool/client.cpp:
* tests/RTCORBA/Thread_Pool/client.dsp:
-
+
Added RTCORBA includes and added the RTCORBA library to
client.dsp.
diff --git a/TAO/tests/Makefile.bor b/TAO/tests/Makefile.bor
index 5e80236f1b8..bd962c76be4 100644
--- a/TAO/tests/Makefile.bor
+++ b/TAO/tests/Makefile.bor
@@ -9,6 +9,7 @@ DIRS = \
Bidirectional \
Bidirectional_NestedUpcall \
Big_Oneways \
+ Big_Reply \
Big_Request_Muxing \
Big_Twoways \
Blocking_Sync_None \
@@ -21,7 +22,6 @@ DIRS = \
Crashed_Callback \
DSI_Gateway \
DynAny_Test \
- Endpoint_Per_Priority \
Explicit_Event_Loop \
Exposed_Policies \
Faults \