summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Session/CCM_Session2Context.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Session/CCM_Session2Context.idl')
-rw-r--r--CIAO/ccm/Session/CCM_Session2Context.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/CIAO/ccm/Session/CCM_Session2Context.idl b/CIAO/ccm/Session/CCM_Session2Context.idl
deleted file mode 100644
index fc20f73e831..00000000000
--- a/CIAO/ccm/Session/CCM_Session2Context.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-/// Compliant with OMG 06-04-01 Section 9.4.2.1
-
-#if !defined (CCM_SESSION2CONTEXT_IDL)
-#define CCM_SESSION2CONTEXT_IDL
-
-#include "ccm/CCM_CCM2Context.idl"
-#include "ccm/CCM_SessionContext.idl"
-#include "ccm/CCM_BadComponentReference.idl"
-#include "tao/OctetSeq.pidl"
-
-// *************** Extended Container Interfaces ***************
-
-#if !defined (CCM_LW)
-
-module Components
-{
- typeprefix Components "omg.org";
-
- local interface Session2Context : SessionContext, CCM2Context
- {
- Object create_ref (in CORBA::RepositoryId repid);
-
- Object create_ref_from_oid (in CORBA::OctetSeq oid,
- in CORBA::RepositoryId repid);
-
- CORBA::OctetSeq get_oid_from_ref (in Object objref)
- raises (IllegalState,
- BadComponentReference);
- };
-};
-#endif
-
-#endif /* CCM_SESSION2CONTEXT_IDL */