summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-12 08:52:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-12 08:52:52 +0000
commit53ba880bd9c84d00799654e1d8d7688035fe73fc (patch)
tree52161e025a85185996f0813b685464578e43879e /CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc
parent37f3de31ffcdca014294fa90dd338f411a4e5599 (diff)
downloadATCD-53ba880bd9c84d00799654e1d8d7688035fe73fc.tar.gz
Mon Dec 12 07:33:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
Merged changes from our work branch. Facet servants are now generated as C++ template at the moment the interface is declared, this reduces the amount of code generated heavily. Component/Connector context is now also generated as C++ template
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc')
-rw-r--r--CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc3
1 files changed, 1 insertions, 2 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc b/CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc
index 1a66943435c..f2f5a2acde1 100644
--- a/CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc
+++ b/CIAO/connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc
@@ -11,7 +11,6 @@ project(AMI_InterOutArgsT_idl_gen) : componentidldefaults, ami, ami4ccm_stub {
-Wb,exec_export_macro=INTEROUTARGS_T_EXEC_Export \
-Wb,exec_export_include=InterOutArgsT_exec_export.h \
-I.. -GM -Gxhcn
- idlflags -= -Gsv
IDL_Files {
InterOutArgsT.idl
@@ -136,7 +135,7 @@ project(AMI_InterOutArgsT_skel) : ciao_executor, ami, ami4ccm_servant {
Header_Files {
InterOutArgsTS.h
-
+
InterOutArgsT_skel_export.h
}