summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_Home.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_Home.idl')
-rw-r--r--CIAO/ciao/CCM_Home.idl39
1 files changed, 6 insertions, 33 deletions
diff --git a/CIAO/ciao/CCM_Home.idl b/CIAO/ciao/CCM_Home.idl
index 1c37d89355f..d786cdcc07c 100644
--- a/CIAO/ciao/CCM_Home.idl
+++ b/CIAO/ciao/CCM_Home.idl
@@ -14,40 +14,13 @@
#if !defined (CCM_HOME_IDL)
#define CCM_HOME_IDL
+#include "CCM_Object.idl"
#include "tao/IFR_Client/IFR_Base.pidl"
-module Components
-{
- typeprefix Components "omg.org";
-
- typedef unsigned long FailureReason;
-
- exception CreateFailure {
- FailureReason reason;
- };
- exception FinderFailure
- {
- FailureReason reason;
- };
- exception RemoveFailure
- {
- FailureReason reason;
- };
-
- exception DuplicateKeyValue {};
- exception InvalidKey {};
- exception UnknownKeyValue {};
-
- interface CCMObject;
-
- interface CCMHome
- {
- CORBA::IRObject get_component_def ();
- CORBA::IRObject get_home_def ();
- void remove_component ( in CCMObject comp)
- raises (RemoveFailure);
- };
-
-};
+//module Components
+//{
+// typeprefix Components "omg.org";
+//
+//};
#endif /* CCM_HOME_IDL */