summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout/MProfile_Connection_Timeout.mpc
blob: cb84adb78410fea63c2b5cd3f7edf1d2e6279fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging, iormanip {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, messaging, iormanip {
  Source_Files {
    testC.cpp
    client.cpp
  }
}