summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CosPersistentState.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ccm/CosPersistentState.idl')
-rw-r--r--modules/CIAO/ccm/CosPersistentState.idl25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/CIAO/ccm/CosPersistentState.idl b/modules/CIAO/ccm/CosPersistentState.idl
new file mode 100644
index 00000000000..c8d388f17c3
--- /dev/null
+++ b/modules/CIAO/ccm/CosPersistentState.idl
@@ -0,0 +1,25 @@
+// $Id$
+
+/**
+ * @@ This is just a temporary file. Since TAO does not have
+ * CosPersistentState at all, we use this file to define
+ * types necessary to get ComponentBase.idl to compile.
+ */
+
+#if !defined (CIAO_COSPERSISTENTSTATE_PIDL)
+#define CIAO_COSPERSISTENTSTATE_PIDL
+
+#if !defined (CCM_LW)
+
+module CosPersistentState {
+
+ local interface CatalogBase
+ {
+ };
+
+ typedef sequence<octet> _TypeId;
+ typedef string Pid;
+};
+
+#endif
+#endif /* CIAO_COSPERSISTENTSTATE_PIDL */