summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/EventSequence.mpc
blob: 7cd986e6a2d2717a8bef0bc411f20e61c1f946fd (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
25
26
// $Id$

project(*Server): portableserver, orbsvcsexe, notification_skel, naming {
  Source_Files {
    EventSequenceSupplier_i.cpp
    MessengerServer.cpp
    Messenger_i.cpp
  }
}

project(*Client): orbsvcsexe, notification, naming {
  Source_Files {
    MessengerC.cpp
    MessengerClient.cpp
  }
}

project(*Consumer): portableserver, orbsvcsexe, notification_skel, naming {
  IDL_Files {
  }
  Source_Files {
    MessengerConsumer.cpp
    EventSequenceConsumer_i.cpp
  }
}