summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Reconnecting/Reconnecting.mpc
blob: 0e4d776fe91e720414e83c075359164dc7a5e434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

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

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