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]
/
ACE
/
protocols
/
tests
/
HTBP
/
Reactor_Tests
/
Reactor_Tests.mpc
blob
b95fac7767cce6b9c3b2ea8f8445a489b0913f7e
1
// -*- MPC -*-
2
project(*Server): aceexe, htbp {
3
exename = server
4
5
Source_Files {
6
server.cpp
7
}
8
}
9
10
project(*Client): aceexe, htbp {
11
exename = client
12
13
Source_Files {
14
client.cpp
15
}
16
}