summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ec_typed_events.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ec_typed_events.mpb')
-rw-r--r--TAO/orbsvcs/orbsvcs/ec_typed_events.mpb21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ec_typed_events.mpb b/TAO/orbsvcs/orbsvcs/ec_typed_events.mpb
new file mode 100644
index 00000000000..ffe3eef08e1
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/ec_typed_events.mpb
@@ -0,0 +1,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
+ }
+}