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 #2317 from jwillemsen/jwi-deleteop
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
examples
/
LoadBalancing
/
LoadBalancing.mpc
blob
3b5c704863ee44027086587577605d59614631f6
1
project(*idl) : taoidldefaults, anytypecode {
2
IDL_Files {
3
Test.idl
4
}
5
custom_only = 1
6
}
7
8
project(*Server): taoexe, loadbalancing, pi_server {
9
avoids += ace_for_tao
10
exename = server
11
after += *idl
12
Source_Files {
13
ServerRequestInterceptor.cpp
14
ORBInitializer.cpp
15
StockFactory.cpp
16
RPS_Monitor.cpp
17
Stock.cpp
18
server.cpp
19
TestS.cpp
20
TestC.cpp
21
}
22
IDL_Files {
23
}
24
}
25
26
project(*Client): taoclient, strategies {
27
after += *idl
28
Source_Files {
29
TestC.cpp
30
client.cpp
31
}
32
IDL_Files {
33
}
34
}