summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Thread_Pool/RTCORBA_Thread_Pool.mpc
blob: 91635bc68eea0e97ef2738ee161fc6e7fbd002b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project: strategies, rt_server {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project: strategies, rt_client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}