summaryrefslogtreecommitdiff
path: root/CIAO/ciao/extension/CCM_ContainerInterceptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/extension/CCM_ContainerInterceptor.idl')
-rw-r--r--CIAO/ciao/extension/CCM_ContainerInterceptor.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/CIAO/ciao/extension/CCM_ContainerInterceptor.idl b/CIAO/ciao/extension/CCM_ContainerInterceptor.idl
new file mode 100644
index 00000000000..b5ccdf52fae
--- /dev/null
+++ b/CIAO/ciao/extension/CCM_ContainerInterceptor.idl
@@ -0,0 +1,21 @@
+// $Id$
+
+#if !defined (CCM_CONTAINERPORTABLEINTERCEPTOR_IDL)
+#define CCM_CONTAINERPORTABLEINTERCEPTOR_IDL
+
+#include "tao/PI_Forward.pidl"
+
+module Components {
+
+ module ContainerPortableInterceptor {
+
+ local interface ContainerInterceptor
+ {
+ readonly attribute string name;
+ void destroy ();
+ void set_slot_id(in PortableInterceptor::SlotId slot_id);
+ };
+ };
+};
+
+#endif /* CCM_CONTAINERPORTABLEINTERCEPTOR_IDL */