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
/
tests
/
COIOP
/
COIOP_Tests.mpc
blob
bb2ded41b0ec5dcb807e5f6e0ced297db2f12c01
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(COIOP_Test): taoserver, strategies {
10
exename = COIOP_Test
11
after += *idl
12
Source_Files {
13
TestC.cpp
14
TestS.cpp
15
COIOP_Test.cpp
16
Client_Task.cpp
17
Server_Task.cpp
18
Hello.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(COIOP_Simple_Test): taoserver, strategies {
25
exename = COIOP_Simple_Test
26
after += *idl
27
Source_Files {
28
TestC.cpp
29
TestS.cpp
30
COIOP_Simple_Test.cpp
31
Hello.cpp
32
}
33
IDL_Files {
34
}
35
}