summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout/MProfile_Connection_Timeout.mpc
blob: 2765c00e6100bff779d8bf0076fe0a661b89ee37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(*Server): taoexe, portableserver, messaging, iormanip {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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