summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_ContainerInterceptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_ContainerInterceptor.idl')
-rw-r--r--CIAO/ciao/CCM_ContainerInterceptor.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/ciao/CCM_ContainerInterceptor.idl b/CIAO/ciao/CCM_ContainerInterceptor.idl
deleted file mode 100644
index b5ccdf52fae..00000000000
--- a/CIAO/ciao/CCM_ContainerInterceptor.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-// $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 */