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
/
Portable_Interceptors
/
AdvSlotDblCpy
/
AdvSlotDblCpy.mpc
blob
d953f523d12a49a58ddeb4c12b60366be03149a8
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
InvokeMe.idl
4
}
5
custom_only = 1
6
}
7
8
project(*Server): taoserver, pi_server {
9
after += *idl
10
Source_Files {
11
InvokeMeS.cpp
12
InvokeMeC.cpp
13
server.cpp
14
}
15
IDL_Files {
16
}
17
}
18
19
project(*Client): taoclient {
20
after += *idl
21
Source_Files {
22
InvokeMeC.cpp
23
client.cpp
24
}
25
IDL_Files {
26
}
27
}