summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_ServantContainerInterceptorRegistration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_ServantContainerInterceptorRegistration.idl')
-rw-r--r--CIAO/ciao/CCM_ServantContainerInterceptorRegistration.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/ciao/CCM_ServantContainerInterceptorRegistration.idl b/CIAO/ciao/CCM_ServantContainerInterceptorRegistration.idl
deleted file mode 100644
index 39448de9a58..00000000000
--- a/CIAO/ciao/CCM_ServantContainerInterceptorRegistration.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-#if !defined (CCM_SERVANTCONTAINERINTERCEPTORREGISTRATION_IDL)
-#define CCM_SERVANTCONTAINERINTERCEPTORREGISTRATION_IDL
-
-#include "ciao/CCM_Cookie.idl"
-#include "ciao/CCM_InvalidRegistration.idl"
-
-module Components
-{
- module ContainerPortableInterceptor
- {
- local interface ServantContainerInterceptor;
-
- local interface ServantContainerInterceptorRegistration
- {
- Components::Cookie register_servant_interceptor (in ServantContainerInterceptor ci);
- ServantContainerInterceptor unregister_servant_interceptor (in Components::Cookie cookie)
- raises(InvalidRegistration);
- };
- };
-};
-
-#endif /* CCM_SERVANTCONTAINERINTERCEPTORREGISTRATION_IDL */