Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / MT_Dispatching / MT_Dispatching.mpc
bloba29ead0cf28baeea6dc4a9dc193dc2754ae2f613
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   avoids += ace_for_tao
4   IDL_Files {
5     go.idl
6   }
7   custom_only = 1
10 project(*Ntf Struct Supp): notifytest {
11   avoids += ace_for_tao
12   exename = Structured_Supplier
14   after += *idl
15   Source_Files {
16     goC.cpp
17     goS.cpp
18     Structured_Supplier.cpp
19   }
20   IDL_Files {
21   }
24 project(*Ntf Struct Cons): notifytest {
25   avoids += ace_for_tao
26   exename = Structured_Consumer
28   after += *idl
29   Source_Files {
30     goC.cpp
31     Notify_Structured_Push_Consumer.cpp
32     Structured_Consumer.cpp
33   }
34   IDL_Files {
35   }