summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Server/MT_Server.mpc
blob: 6d5997d4de4d530ba04844689c727865e7a3ca44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project: server {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project: client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}