summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Session/CCM_SessionContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Session/CCM_SessionContext.idl')
-rw-r--r--CIAO/ccm/Session/CCM_SessionContext.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/CIAO/ccm/Session/CCM_SessionContext.idl b/CIAO/ccm/Session/CCM_SessionContext.idl
deleted file mode 100644
index b499eae209a..00000000000
--- a/CIAO/ccm/Session/CCM_SessionContext.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-#if !defined (CCM_SESSIONCONTEXT_IDL)
-#define CCM_SESSIONCONTEXT_IDL
-
-#include "ccm/CCM_Context.idl"
-
-module Components
-{
- typeprefix Components "omg.org";
-
- local interface SessionContext : CCMContext
- {
- Object get_CCM_object()
- raises (IllegalState);
- };
-};
-#endif /* CCM_SESSIONCONTEXT_IDL */