aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosNotification/src/CosEvent.cfg
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/cosNotification/src/CosEvent.cfg
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/cosNotification/src/CosEvent.cfg')
-rw-r--r--lib/cosNotification/src/CosEvent.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/cosNotification/src/CosEvent.cfg b/lib/cosNotification/src/CosEvent.cfg
new file mode 100644
index 0000000000..e3399139a4
--- /dev/null
+++ b/lib/cosNotification/src/CosEvent.cfg
@@ -0,0 +1,20 @@
+{this, "CosEventChannelAdmin::EventChannel"}.
+{{handle_info, "CosEventChannelAdmin::EventChannel"}, true}.
+{this, "CosEventChannelAdmin::EventChannelFactory"}.
+{{handle_info, "CosEventChannelAdmin::EventChannelFactory"}, true}.
+{this, "CosEventChannelAdmin::SupplierAdmin"}.
+{{handle_info, "CosEventChannelAdmin::SupplierAdmin"}, true}.
+{this, "CosEventChannelAdmin::ConsumerAdmin"}.
+{{handle_info, "CosEventChannelAdmin::ConsumerAdmin"}, true}.
+{this, "CosEventChannelAdmin::ProxyPushSupplier"}.
+{{handle_info, "CosEventChannelAdmin::ProxyPushSupplier"}, true}.
+{{impl, "CosEventChannelAdmin::ProxyPushSupplier"}, "PusherSupplier_impl"}.
+{this, "CosEventChannelAdmin::ProxyPullSupplier"}.
+{{handle_info, "CosEventChannelAdmin::ProxyPullSupplier"}, true}.
+{{impl, "CosEventChannelAdmin::ProxyPullSupplier"}, "PullerSupplier_impl"}.
+{this, "CosEventChannelAdmin::ProxyPushConsumer"}.
+{{handle_info, "CosEventChannelAdmin::ProxyPushConsumer"}, true}.
+{{impl, "CosEventChannelAdmin::ProxyPushConsumer"}, "PusherConsumer_impl"}.
+{this, "CosEventChannelAdmin::ProxyPullConsumer"}.
+{{handle_info, "CosEventChannelAdmin::ProxyPullConsumer"}, true}.
+{{impl, "CosEventChannelAdmin::ProxyPullConsumer"}, "PullerConsumer_impl"}.