From bbd9299b41bac4c9c68b3aa90752f65e98d4805d Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Tue, 14 Feb 2006 22:03:53 +0000 Subject: Tue Feb 14 22:02:59 UTC 2006 William R. Otte --- .../tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/CIAO/tests') diff --git a/TAO/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc b/TAO/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc index ca394206fac..d7202e70781 100644 --- a/TAO/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc +++ b/TAO/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc @@ -1,6 +1,6 @@ //$Id$ -project(TSEC_CheckPoint_stub): ciao_client_dnc { +project(TSEC_CheckPoint_stub): ciao_client_dnc, event { after += ENW_stub libpaths += ../interfaces libs += ENW_stub @@ -17,7 +17,7 @@ project(TSEC_CheckPoint_stub): ciao_client_dnc { } } -project(TSEC_CheckPoint_svnt) : ciao_servant_dnc { +project(TSEC_CheckPoint_svnt) : ciao_servant_dnc, event { after += TSEC_CheckPoint_stub after += ENW_svnt ENW_stub sharedname = TSEC_CheckPoint_svnt @@ -44,7 +44,7 @@ project(TSEC_CheckPoint_svnt) : ciao_servant_dnc { } -project(TSEC_CheckPoint_exec) : ciao_component_dnc { +project(TSEC_CheckPoint_exec) : ciao_component_dnc, event { after += TSEC_CheckPoint_svnt after += ENW_svnt ENW_stub @@ -69,7 +69,7 @@ project(TSEC_CheckPoint_exec) : ciao_component_dnc { } -project(TSEC_CheckPoint_controller) : ciao_client_dnc, valuetype { +project(TSEC_CheckPoint_controller) : ciao_client_dnc, valuetype, event { exename = controller after += TSEC_CheckPoint_stub libs += TSEC_CheckPoint_stub ENW_stub -- cgit v1.2.1