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
ACE+TAO-6_5_17
[ACE_TAO.git]
/
TAO
/
tests
/
ForwardOnceUponException
/
ForwardOnceUponException.mpc
blob
a158bbdf7cdce5a791f5f76eb42b21cfc450325c
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, iortable {
10
after += *idl
11
Source_Files {
12
test_i.cpp
13
server.cpp
14
}
15
Source_Files {
16
testC.cpp
17
testS.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): taoclient, anytypecode {
24
after += *idl
25
Source_Files {
26
client.cpp
27
}
28
Source_Files {
29
testC.cpp
30
}
31
IDL_Files {
32
}
33
}