summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-16 06:07:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-16 06:07:06 +0000
commit69b5d7747fd1486bfd4adadf2b70ebf11b29ab4b (patch)
tree322dfc2cce32fd7ab9edbb50bf265af2ca3a9ab6
parent3b1746fcbe4fdc95aa7f50cfd53cbba535483309 (diff)
downloadATCD-69b5d7747fd1486bfd4adadf2b70ebf11b29ab4b.tar.gz
ChangeLogTag: Thu Jun 16 06:06:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc2
2 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 5fac8627172..dd0bc98ac8f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 16 06:06:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Param_Test/Param_Test.mpc:
+ Set exename for anyop
+
Wed Jun 15 13:46:48 MST 2005 Trevor Fields <fields_t@ociweb.com>
* TAO_IDL/be/be_visitor_array/serializer_op_ch.cpp:
@@ -38,7 +43,7 @@ Wed Jun 15 13:46:48 MST 2005 Trevor Fields <fields_t@ociweb.com>
* TAO_IDL/be_include/be_visitor_union_branch/serializer_op_cs.h:
Addin additional files for providing serialization for sending
- in DDS.
+ in DDS.
Wed Jun 15 12:36:04 MST 2005 Trevor Fields <fields_t@ociweb.com>
@@ -78,7 +83,7 @@ Wed Jun 15 12:36:04 MST 2005 Trevor Fields <fields_t@ociweb.com>
* TAO_IDL/include/idl_global.h:
* TAO_IDL/util/utl_global.cpp:
- Adding idl support for the new DDS DCPS implementation over TAO.
+ Adding idl support for the new DDS DCPS implementation over TAO.
Wed Jun 15 17:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
index 41eaa3752a8..5eb08fb58b0 100644
--- a/TAO/tests/Param_Test/Param_Test.mpc
+++ b/TAO/tests/Param_Test/Param_Test.mpc
@@ -12,7 +12,6 @@ project(*Server): taoserver, minimum_corba {
project(*Client): taoserver, minimum_corba, dynamicinterface {
exename = client
-
idlflags += -GA
Source_Files {
@@ -61,6 +60,7 @@ project(*Client): taoserver, minimum_corba, dynamicinterface {
}
project(*Anyop): taoserver, minimum_corba {
+ exename = anyop
idlflags += -GA
Source_Files {