Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / FtRtEvent / FtRtEvent.mpc
blob012da8cf2ef33fca440727798acaacbe4a8828e0
1 // -*- MPC -*-
2 project(*Consumer):  orbsvcsexe, ftrteventclient, strategies {
3   exename = consumer
5   Source_Files {
6     consumer.cpp
7     PushConsumer.cpp
8   }
10   Header_Files {
11     PushConsumer.h
12   }
15 project(*Supplier):  orbsvcsexe, ftrteventclient, strategies {
16   exename = supplier
18   Source_Files {
19     supplier.cpp
20     PushSupplier.cpp
21   }
23   Header_Files {
24     PushSupplier.h
25   }