summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 18:33:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 18:33:09 +0000
commit08faef967c9a4f56f4c013b25b66e77e76cd386b (patch)
tree0eee40aa20b69b90eaf7d855ef071631c7b37c13
parentdc386d08d60dab807d1e2fcf5a23c3c8273c7a7f (diff)
downloadATCD-08faef967c9a4f56f4c013b25b66e77e76cd386b.tar.gz
ChangeLogTag: Fri Aug 19 18:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc2
-rw-r--r--TAO/tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc2
3 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 43e8ce0f97a..5542ec80820 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 19 18:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO_IDL/be/be_codegen.cpp:
+ Fixed deprecated conversion warning
+
Fri Aug 19 18:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc:
diff --git a/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc b/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc
index 4f7f1f0064d..8e25b42d362 100644
--- a/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc
+++ b/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc
@@ -8,7 +8,7 @@ project(*Server): taoserver {
}
}
-project(*Client): taoclient {
+project(*Client): taoclient, anytypecode {
Source_Files {
TestC.cpp
client.cpp
diff --git a/TAO/tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc b/TAO/tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc
index 8857a176fa1..62136abbcaf 100644
--- a/TAO/tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc
+++ b/TAO/tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc
@@ -7,7 +7,7 @@ project(*Server): taoserver {
}
}
-project(*Client): taoclient {
+project(*Client): taoclient, anytypecode {
Source_Files {
timeC.cpp
client.cpp