summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ec_typed_events.mpb
blob: dad3c6900fd854b80912c141cb5ed087e7a68153 (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
27
28
29
30
// -*- MPC -*-
// $Id$


feature(ec_typed_events): taoidldefaults {
  macros   += TAO_HAS_TYPED_EVENT_CHANNEL
  libs     += TAO_IFR_Client TAO_DynamicInterface
  after    += IFR_Client DynamicInterface
  idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h

  IDL_Files {
    CosTypedEventComm.idl
    CosTypedEventChannelAdmin.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    CosEvent {
      CosTypedEventCommC.cpp
      CosTypedEventChannelAdminC.cpp
      CosTypedEventCommS.cpp
      CosTypedEventChannelAdminS.cpp
      CosEvent/CEC_TypedEvent.cpp
      CosEvent/CEC_TypedEventChannel.cpp
      CosEvent/CEC_TypedProxyPushConsumer.cpp
      CosEvent/CEC_TypedConsumerAdmin.cpp
      CosEvent/CEC_TypedSupplierAdmin.cpp
      CosEvent/CEC_DynamicImplementation.cpp
    }
  }
}