summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc2
-rw-r--r--TAO/examples/POA/Forwarding/POA_Forwarding.mpc2
-rw-r--r--TAO/tests/Big_Reply/Big_Reply.mpc2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc b/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc
index 49da2f6992a..b088140490b 100644
--- a/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc
+++ b/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Client) : taoclient, minimum_corba {
+project(*Client) : taoclient, anytypecode, minimum_corba {
source_files {
FileC.cpp
client.cpp
diff --git a/TAO/examples/POA/Forwarding/POA_Forwarding.mpc b/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
index 4abc43c5e51..8f35adb7f26 100644
--- a/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
+++ b/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Client) : taoclient, minimum_corba {
+project(*Client) : taoclient, anytypecode, minimum_corba {
source_files {
client.cpp
testC.cpp
diff --git a/TAO/tests/Big_Reply/Big_Reply.mpc b/TAO/tests/Big_Reply/Big_Reply.mpc
index aa9caa94b83..2965671bdcf 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 {
+project(*Client): taoclient, anytypecode {
Source_Files {
TestC.cpp
Client_Task.cpp