summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Send_Timeouts/Oneway_scenarios.mpc
blob: 2fb59a4ac0c429b894f93b2eadafda86b9176c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// -*- MPC -*-
project(*idl): taoidldefaults {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

project (*Oneway_Test) : taoexe, messaging, iortable {
  exename = oneway_test
  after += *idl

  IDL_Files {
  }

  Source_Files {
    main.cpp
    Server.cpp
    Client.cpp
    TestC.cpp
    TestS.cpp
    Test_i.cpp
  }
}