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, 0 insertions, 16 deletions
diff --git a/TAO/tao/ccm_core/CosPersistentState.idl b/TAO/tao/ccm_core/CosPersistentState.idl
deleted file mode 100644
index 65813eb4ed8..00000000000
--- a/TAO/tao/ccm_core/CosPersistentState.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-// $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;
-};