Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Ordering / Ordering.mpc
blob92042cd18f96b8381979120214575f6450c172cb
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     go.idl
5   }
6   custom_only = 1
9 project(*Ntf Struct Supp): notifytest {
10   exename = Structured_Supplier
12   after += *idl
13   Source_Files {
14     goC.cpp
15     goS.cpp
16     Structured_Supplier.cpp
17   }
18   IDL_Files {
19   }
22 project(*Ntf Struct Cons): notifytest {
23   exename = Structured_Consumer
25   after += *idl
26   Source_Files {
27     goC.cpp
28     Notify_Structured_Push_Consumer.cpp
29     Structured_Consumer.cpp
30   }
31   IDL_Files {
32   }
35 project(*Ntf Seq Supp): notifytest {
36   exename = Sequence_Supplier
38   after += *idl
39   Source_Files {
40     goC.cpp
41     goS.cpp
42     Sequence_Supplier.cpp
43   }
44   IDL_Files {
45   }
48 project(*Ntf Seq Cons): notifytest {
49   exename = Sequence_Consumer
51   after += *idl
52   Source_Files {
53     goC.cpp
54     Notify_Sequence_Push_Consumer.cpp
55     Sequence_Consumer.cpp
56   }
57   IDL_Files {
58   }