repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
FtRtEvent
/
FtRtEvent.mpc
blob
012da8cf2ef33fca440727798acaacbe4a8828e0
1
// -*- MPC -*-
2
project(*Consumer): orbsvcsexe, ftrteventclient, strategies {
3
exename = consumer
4
5
Source_Files {
6
consumer.cpp
7
PushConsumer.cpp
8
}
9
10
Header_Files {
11
PushConsumer.h
12
}
13
}
14
15
project(*Supplier): orbsvcsexe, ftrteventclient, strategies {
16
exename = supplier
17
18
Source_Files {
19
supplier.cpp
20
PushSupplier.cpp
21
}
22
23
Header_Files {
24
PushSupplier.h
25
}
26
}