summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Persistent_Filter/Persistent_Filter.mpc
blob: c8053277474c1ff9bf2a6910a5ea0baf563c8b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-

project(supplier) : orbsvcsexe, notification, notification_skel, naming {
  Source_Files {
    supplier.cpp
    Filter.cpp
  }
}


project(consumer) : orbsvcsexe, notification, notification_skel, naming {
  Source_Files {
    consumer.cpp
    Filter.cpp
  }
}