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
/
Oneway_Send_Timeouts
/
Oneway_scenarios.mpc
blob
2fb59a4ac0c429b894f93b2eadafda86b9176c19
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project (*Oneway_Test) : taoexe, messaging, iortable {
10
exename = oneway_test
11
after += *idl
12
13
IDL_Files {
14
}
15
16
Source_Files {
17
main.cpp
18
Server.cpp
19
Client.cpp
20
TestC.cpp
21
TestS.cpp
22
Test_i.cpp
23
}
24
}