summaryrefslogtreecommitdiff
path: root/DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl')
-rw-r--r--DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl29
1 files changed, 29 insertions, 0 deletions
diff --git a/DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl b/DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl
new file mode 100644
index 00000000000..293d52a8194
--- /dev/null
+++ b/DAnCE/TargetManager_Ext/TargetManagerExt_Impl.cidl
@@ -0,0 +1,29 @@
+// $Id$
+
+/*
+ * @file TargetManager_Ext.cidl
+ * @brief The file contains the TargetManager Extension component
+ * defination
+ */
+
+#ifndef TARGETMANAGER_EXT_CIDL
+#define TARGETMANAGER_EXT_CIDL
+
+#include "TargetManagerExt_Impl.idl"
+
+/*
+ * @composition TargetManager_Ext_i
+ */
+
+
+composition session TargetManager_Ext_i
+{
+ home executor TargetManagerExt_Home_Exec
+ {
+ implements CIAO::TargetManagerExt_Home;
+ manages TargetManagerExt_Impl_Exec;
+ };
+};
+
+#endif
+