summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Throughput/Throughput.mpc
blob: b094a1ddbeaf30941f54aba8e6ab523466516dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project: server, strategies {
  Source_Files {
    Receiver_Factory.cpp
    Receiver.cpp
    server.cpp
  }
}

project: client, strategies {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}