summaryrefslogtreecommitdiff
path: root/TAO/tao/ccm_core/CosPersistentState.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ccm_core/CosPersistentState.idl')
-rw-r--r--TAO/tao/ccm_core/CosPersistentState.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tao/ccm_core/CosPersistentState.idl b/TAO/tao/ccm_core/CosPersistentState.idl
new file mode 100644
index 00000000000..65813eb4ed8
--- /dev/null
+++ b/TAO/tao/ccm_core/CosPersistentState.idl
@@ -0,0 +1,16 @@
+// $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.
+ */
+
+module CosPersistentState {
+ local interface CatalogBase
+ {
+ };
+
+ typedef sequence<octet> TypeId;
+ typedef string Pid;
+};