summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/ec_typed_events.mpb
blob: ffe3eef08e1a6313a6679010399e1093b303b0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

feature(ec_typed_events) {
  macros   += TAO_HAS_TYPED_EVENT_CHANNEL

  Source_Files {
    CosTypedEventCommC.cpp
    CosTypedEventChannelAdminC.cpp
  }

  Header_Files {
    CosTypedEventCommC.h
    CosTypedEventChannelAdminC.h
  }

  Inline_Files {
    CosTypedEventCommC.inl
    CosTypedEventChannelAdminC.inl
  }
}