summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Diffserv/RTCORBA_Diffserv.mpc
blob: d3416abfdbbee609d93af866221c89792a9e51ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(*client) : taoexe, portableserver, rtcorba {
  source_files {
    client.cpp
    Custom_Network_Priority_Mapping.cpp
  }
}

project(*server) : taoexe, rtportableserver, rtcorba {
  source_files {
    server.cpp
    Custom_Network_Priority_Mapping.cpp
  }
}