summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Reconnecting/Reconnecting.mpc
blob: 61ed4df3bb4a0f0a91e5bbeef610bc49c0f27d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(*Supplier): notifytest {
  exename = Supplier
  Source_Files {
    Supplier.cpp
  }
}

project(*Consumer): notifytest {
  exename = Consumer
  Source_Files {
    Consumer.cpp
  }
}