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
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_2709_Regression
/
Bug_2709_Regression.mpc
blob
bc504db72778b7972fe627964497acb49f0db641
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, fault_tolerance {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Client): taoserver, iortable, ftclientorb, fault_tolerance {
10
after += *idl
11
exename = client
12
Source_Files {
13
TestC.cpp
14
TestS.cpp
15
client.cpp
16
Client_Task.cpp
17
Server_Task.cpp
18
TestImpl.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Server): taoserver, iortable, fault_tolerance {
25
after += *idl
26
Source_Files {
27
TestC.cpp
28
TestS.cpp
29
server.cpp
30
Server_Task.cpp
31
TestImpl.cpp
32
}
33
IDL_Files {
34
}
35
}