summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Extended/CCM_CCM2Context.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Extended/CCM_CCM2Context.idl')
-rw-r--r--CIAO/ccm/Extended/CCM_CCM2Context.idl42
1 files changed, 0 insertions, 42 deletions
diff --git a/CIAO/ccm/Extended/CCM_CCM2Context.idl b/CIAO/ccm/Extended/CCM_CCM2Context.idl
deleted file mode 100644
index 15b741d1c23..00000000000
--- a/CIAO/ccm/Extended/CCM_CCM2Context.idl
+++ /dev/null
@@ -1,42 +0,0 @@
-// Compliant to OMG 06-04-01, section 9.4.1.1
-
-#if !defined (CCM_2CONTEXT_IDL)
-#define CCM_2CONTEXT_IDL
-
-#include "ccm/CCM_Context.idl"
-#include "ccm/Extended/CCM_HomeRegistration.idl"
-#include <CosPersistentState.idl>
-
-module Components
-{
- typeprefix Components "omg.org";
-
-#if !defined (CCM_LW)
- typedef CosPersistentState::CatalogBase CatalogBase;
-#endif
-#if !defined (CCM_LW)
- typedef CosPersistentState::_TypeId _TypeId;
-#endif
-
- exception PolicyMismatch {};
-#if !defined (CCM_LW)
- exception PersistenceNotAvailable {};
-#endif
-
- local interface CCM2Context : CCMContext
- {
-#if !defined (CCM_LW)
- HomeRegistration get_home_registration ();
-#endif
-
- void req_passivate ()
- raises (PolicyMismatch);
-
-#if !defined (CCM_LW)
- CatalogBase get_persistence (in _TypeId catalog_type_id)
- raises (PersistenceNotAvailable);
-#endif
- };
-
-};
-#endif /* CCM_2CONTEXT_IDL */