summaryrefslogtreecommitdiff
path: root/CIAO/ciao/extension/CCM_ServantContainerInterceptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/extension/CCM_ServantContainerInterceptor.idl')
-rw-r--r--CIAO/ciao/extension/CCM_ServantContainerInterceptor.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/CIAO/ciao/extension/CCM_ServantContainerInterceptor.idl b/CIAO/ciao/extension/CCM_ServantContainerInterceptor.idl
deleted file mode 100644
index 884a1af2599..00000000000
--- a/CIAO/ciao/extension/CCM_ServantContainerInterceptor.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-// $Id$
-
-#if !defined (CCM_SERVANTCONTAINERINTERCEPTOR_IDL)
-#define CCM_SERVANTCONTAINERINTERCEPTOR_IDL
-
-#include "ciao/CCM_ContainerInterceptor.idl"
-#include "ciao/CCM_ContainerServantRequestInfo.idl"
-#include "tao/PI/PIForwardRequest.pidl"
-
-module Components
-{
- module ContainerPortableInterceptor
- {
- local interface ServantContainerInterceptor : ContainerInterceptor
- {
- void servant_receive_request (in ContainerServantRequestInfo info, out boolean proceed_call)
- raises (PortableInterceptor::ForwardRequest);
- void servant_send_reply (in ContainerServantRequestInfo info, out boolean proceed_call);
- void servant_send_exception (in ContainerServantRequestInfo info, out boolean proceed_call)
- raises (PortableInterceptor::ForwardRequest);
- void servant_send_other (in ContainerServantRequestInfo info)
- raises (PortableInterceptor::ForwardRequest);
- };
- };
-};
-#endif /* CCM_SERVANTCONTAINERINTERCEPTOR_IDL */