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
/
DII_AMI_Forward
/
DII_AMI_Forward.mpc
blob
51b9250c0a8f519477cc5fa34d6648ca45886e51
1
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project (*Client): taoclient, dynamicinterface {
10
after += *idl
11
Source_Files {
12
client.cpp
13
DII_ReplyHandler.cpp
14
testC.cpp
15
}
16
IDL_Files {
17
}
18
}
19
20
project (*Server): messaging, pi_server, taoserver, avoids_minimum_corba {
21
after += *idl
22
IDL_Files {
23
}
24
25
Source_Files {
26
server.cpp
27
testC.cpp
28
testS.cpp
29
test_i.cpp
30
orb_initializer.cpp
31
server_interceptor.cpp
32
}
33
}