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
/
tests
/
Portable_Interceptors
/
AdvSlotExt
/
AdvSlotExt.mpc
blob
35d60e1fc5a82ae747ef0e11184e8f946311a19c
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
StateTransfer.idl
4
}
5
custom_only = 1
6
}
7
8
project(*Server): taoserver, pi_server {
9
after += *idl
10
Source_Files {
11
StateTransferC.cpp
12
StateTransferS.cpp
13
server.cpp
14
}
15
IDL_Files {
16
}
17
}
18
19
project(*Client): taoclient {
20
after += *idl
21
Source_Files {
22
StateTransferC.cpp
23
client.cpp
24
}
25
IDL_Files {
26
}
27
}