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
Use a variable on the stack to not have a temporary in the call
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Sequence_Latency
/
Thread_Pool
/
Thread_Pool.mpc
blob
374135b76141ef7c5614cc4606910c1d20c082cd
1
// -*- MPC -*-
2
project(*sequence_idl): taoidldefaults, strategies {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*sequence server): taoserver, strategies {
10
after += *sequence_idl
11
Source_Files {
12
TestC.cpp
13
TestS.cpp
14
Roundtrip.cpp
15
Worker_Thread.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*sequence client): taoclient, strategies {
23
after += *sequence_idl
24
Source_Files {
25
TestC.cpp
26
Client_Task.cpp
27
client.cpp
28
}
29
IDL_Files {
30
}
31
}