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
/
orbsvcs
/
tests
/
Security
/
Crash_Test
/
Security_Crash_Test.mpc
blob
7204731efea12464d21bbb3cd30f9ad8c29490bc
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): taoexe, portableserver, ssliop, pi_server, codecfactory, interceptors {
10
after += *idl
11
exename = server
12
Source_Files {
13
server.cpp
14
test_i.cpp
15
testS.cpp
16
testC.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*client): taoexe, portableserver, ssliop, pi_server, codecfactory, interceptors {
23
after += *idl
24
exename = client
25
Source_Files {
26
client.cpp
27
testC.cpp
28
}
29
IDL_Files {
30
}
31
}