summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Extended/CCM_ProxyHomeRegistration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Extended/CCM_ProxyHomeRegistration.idl')
-rw-r--r--CIAO/ccm/Extended/CCM_ProxyHomeRegistration.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/ccm/Extended/CCM_ProxyHomeRegistration.idl b/CIAO/ccm/Extended/CCM_ProxyHomeRegistration.idl
deleted file mode 100644
index b0b58796a86..00000000000
--- a/CIAO/ccm/Extended/CCM_ProxyHomeRegistration.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-/// Compliant with OMG 06-04-01 Section 9.4.1.3
-
-#if !defined (CCM_PROXYHOMEREGISTRATION_IDL)
-#define CCM_PROXYHOMEREGISTRATION_IDL
-
-#include "ccm/CCM_HomeRegistration.idl"
-
-#if !defined (CCM_LW)
-
-module Components
-{
- typeprefix Components "omg.org";
-
- exception UnknownActualHome {};
- exception ProxyHomeNotSupported {};
-
- local interface ProxyHomeRegistration : HomeRegistration
- {
- void register_proxy_home (in CCMHome rhome,
- in CCMHome ahome)
- raises (UnknownActualHome,
- ProxyHomeNotSupported);
- };
-};
-
-#endif
-
-#endif /* CCM_PROXYHOMEREGISTRATION_IDL */