summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/Exceptions
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-06-11 13:03:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-06-11 13:03:41 +0000
commit9b748e223b7152245fb26d1af25b296188632ef0 (patch)
tree2dfcc411e7a651fe0e74fdd06e2662eff97265e7 /CIAO/connectors/ami4ccm/tests/Exceptions
parent918423bd264334f2714f28074318eac65613b8a1 (diff)
downloadATCD-9b748e223b7152245fb26d1af25b296188632ef0.tar.gz
Fri Jun 11 13:02:08 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/ami4ccm/tests/AsynchT/Base/AsynchT.mpc: * connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.mpc: * connectors/ami4ccm/tests/DelReplyH/Sender/DelReplyH_Sender_exec.h: * connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc: * connectors/ami4ccm/tests/IDL_Test/AMI4CCM_IDLTest.mpc: * connectors/ami4ccm/tests/InterInArgs/Base/InterInArgsT.mpc: * connectors/ami4ccm/tests/InterMulti/Base/InterMulti.mpc: * connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc: * connectors/ami4ccm/tests/InterReturn/Base/InterReturnT.mpc: * connectors/ami4ccm/tests/NoReplyH/Base/NoReplyH.mpc: * connectors/ami4ccm/tests/OneProcess/Base/OneProcess.mpc: * connectors/ami4ccm/tests/OneReplyH/Base/OneReplyH.mpc: * connectors/ami4ccm/tests/UsesMulti/Base/UsesMulti.mpc: Use typecode as new base project when compiling the A.idl files, we only need the typecodes, not the any operators, thanks to Jeff Parsons to pointing this out
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/Exceptions')
-rw-r--r--CIAO/connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc b/CIAO/connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc
index 5b182969d1e..e20c7db320f 100644
--- a/CIAO/connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc
+++ b/CIAO/connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc
@@ -30,7 +30,7 @@ project(AMI_ExceptionT_lem_gen) : ciaoidldefaults {
}
}
-project(AMI_ExceptionT_lema_gen) : ciaoidldefaults, anytypecode {
+project(AMI_ExceptionT_lema_gen) : ciaoidldefaults, typecode {
after += AMI_ExceptionT_idl_gen
custom_only = 1
idlflags += -Wb,stub_export_macro=EXCEPTION_T_STUB_Export \