summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ec_typed_events_idl.mpb
blob: 34e9403e93fbfa3da49d1a12f3aecbc3920ecc8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
feature(ec_typed_events) {
  macros   += TAO_HAS_TYPED_EVENT_CHANNEL

  idlflags += -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h

  IDL_Files {
    CosTypedEventComm.idl
    CosTypedEventChannelAdmin.idl
  }

  idlflags -= -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h

}