summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-18 07:47:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-18 07:47:32 +0000
commit72b6a72892364d1c82eedbd16083ffc5bd0857ed (patch)
tree710e555d08f34f9db929acfebc5416254493f76c
parent276bb0e89bf90bf5d0985229d14af548dbf66cfc (diff)
downloadATCD-72b6a72892364d1c82eedbd16083ffc5bd0857ed.tar.gz
ChangeLogTag: Thu Aug 18 07:43:16 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/tests/Big_Reply/Big_Reply.mpc2
2 files changed, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 01d1b611343..a300fe37814 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,15 @@
+Thu Aug 18 07:43:16 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO_IDL/be/be_visitor_arg_traits.cpp:
+ * TAO_IDL/be_include/be_visitor_arg_traits.h:
+ When Any generation is not enabled, generate Any_Insert_Policy_Noop
+ as insert policy for the any, that way we don't get dependent
+ on the AnyTypeCode library
+
Wed Aug 17 13:27:16 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_codegen.cpp:
-
+
In generating the include of *C.h in *A.h, added generation
of the prefix "tao/" if we are processing a .pidl file, since
in that case, the *A.h file will not be in the same directory.
diff --git a/TAO/tests/Big_Reply/Big_Reply.mpc b/TAO/tests/Big_Reply/Big_Reply.mpc
index 2965671bdcf..aa9caa94b83 100644
--- a/TAO/tests/Big_Reply/Big_Reply.mpc
+++ b/TAO/tests/Big_Reply/Big_Reply.mpc
@@ -8,7 +8,7 @@ project(*Server): taoserver {
}
}
-project(*Client): taoclient, anytypecode {
+project(*Client): taoclient {
Source_Files {
TestC.cpp
Client_Task.cpp