summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CosPersistentState.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/CosPersistentState.idl')
-rw-r--r--modules/CIAO/ciao/CosPersistentState.idl24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/CosPersistentState.idl b/modules/CIAO/ciao/CosPersistentState.idl
new file mode 100644
index 00000000000..a5211d071aa
--- /dev/null
+++ b/modules/CIAO/ciao/CosPersistentState.idl
@@ -0,0 +1,24 @@
+// $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.
+ *
+ * Compile with
+ * tao_idl -Gv CosPersistentState.idl
+ */
+
+#if !defined (CIAO_COSPERSISTENTSTATE_PIDL)
+#define CIAO_COSPERSISTENTSTATE_PIDL
+
+module CosPersistentState {
+
+ local interface CatalogBase
+ {
+ };
+
+ typedef sequence<octet> _TypeId;
+ typedef string Pid;
+};
+#endif /* CIAO_COSPERSISTENTSTATE_PIDL */