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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
RTCORBA
/
Banded_Connections
/
RTCORBA_Banded_Conn.mpc
blob
957582902c57bf8d237dc9abfcd3ec9626b09828
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): rt_server {
10
after += *idl
11
Source_Files {
12
server.cpp
13
}
14
Source_Files {
15
testC.cpp
16
testS.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Client): rt_client {
23
after += *idl
24
Source_Files {
25
client.cpp
26
}
27
Source_Files {
28
testC.cpp
29
}
30
IDL_Files {
31
}
32
}