summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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