summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Entity/CCM_EntityContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Entity/CCM_EntityContext.idl')
-rw-r--r--CIAO/ccm/Entity/CCM_EntityContext.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/CIAO/ccm/Entity/CCM_EntityContext.idl b/CIAO/ccm/Entity/CCM_EntityContext.idl
deleted file mode 100644
index ba0993d2df0..00000000000
--- a/CIAO/ccm/Entity/CCM_EntityContext.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-// Compliant with OMG 06-04-01 Section 9.3.4.1
-
-#if !defined (CCM_ENTITYCONTEXT_IDL)
-#define CCM_ENTITYCONTEXT_IDL
-
-#include "ccm/CCM_Context.idl"
-#include "ccm/CCM_Object.idl"
-
-#if !defined (CCM_LW)
-
-module Components
-{
- typeprefix Components "omg.org";
-
- local interface EntityContext : CCMContext
- {
- Object get_CCM_object ()
- raises (IllegalState);
-
- PrimaryKeyBase get_primary_key ()
- raises (IllegalState);
- };
-};
-
-#endif
-
-#endif /* CCM_ENTITYCONTEXT_IDL */