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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Sequence_Latency
/
AMI
/
ami.mpc
blob
d84bbaf973844ddce39638a4155364826494e671
1
// -*- MPC -*-
2
project(*sequence_idl): taoidldefaults, ami {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*sequence server): taoserver, messaging, strategies, ami {
10
after += *sequence_idl
11
Source_Files {
12
Roundtrip.cpp
13
Server_Task.cpp
14
TestS.cpp
15
TestC.cpp
16
server.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*sequence client): taoclient, messaging, strategies, ami {
23
after += *sequence_idl
24
Source_Files {
25
Roundtrip_Handler.cpp
26
TestS.cpp
27
TestC.cpp
28
client.cpp
29
}
30
IDL_Files {
31
}
32
}