summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc')
-rw-r--r--CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc12
1 files changed, 8 insertions, 4 deletions
diff --git a/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc b/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc
index 8de487816bb..6dc4ea4c468 100644
--- a/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc
+++ b/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc
@@ -1,6 +1,7 @@
//$Id$
-project(TSEC_CheckPoint_stub): ciao_client_dnc, event {
+project(TSEC_CheckPoint_stub): ccm_stub, event {
+ requires += dummy_label
avoids += ace_for_tao
after += ENW_stub
libpaths += ../interfaces
@@ -23,7 +24,8 @@ project(TSEC_CheckPoint_stub): ciao_client_dnc, event {
}
}
-project(TSEC_CheckPoint_svnt) : ciao_servant_dnc, event {
+project(TSEC_CheckPoint_svnt) : ciao_servant, event {
+ requires += dummy_label
avoids += ace_for_tao
after += TSEC_CheckPoint_stub
after += ENW_skel ENW_stub
@@ -54,7 +56,8 @@ project(TSEC_CheckPoint_svnt) : ciao_servant_dnc, event {
}
-project(TSEC_CheckPoint_exec) : ciao_component_dnc, event, ciao_server_dnc {
+project(TSEC_CheckPoint_exec) : ciao_executor, event, ccm_svnt {
+ requires += dummy_label
avoids += ace_for_tao
after += TSEC_CheckPoint_svnt
after += ENW_skel ENW_stub
@@ -83,7 +86,8 @@ project(TSEC_CheckPoint_exec) : ciao_component_dnc, event, ciao_server_dnc {
}
-project(TSEC_CheckPoint_controller) : ciao_client_dnc, valuetype, event {
+project(TSEC_CheckPoint_controller) : ccm_stub, valuetype, event {
+ requires += dummy_label
avoids += ace_for_tao
exename = controller
after += TSEC_CheckPoint_stub