summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Timeout/MT_Timeout.mpc
blob: ae74fd0a91f52bcdd35a91d0204facb9dc4584ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*Server): messaging, taoserver, corba_messaging {
  Source_Files {
    Sleep_Service.cpp
    Server_Task.cpp
    server.cpp
  }
}

project(*Client): messaging, taoserver, corba_messaging {
  exename  = client

  Source_Files {
    TestC.cpp
    Client_Task.cpp
    client.cpp
  }
}