summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DnC/ciao/Container_Base.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DnC/ciao/Container_Base.pidl')
-rw-r--r--TAO/CIAO/DnC/ciao/Container_Base.pidl33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/CIAO/DnC/ciao/Container_Base.pidl b/TAO/CIAO/DnC/ciao/Container_Base.pidl
deleted file mode 100644
index e698ea66b45..00000000000
--- a/TAO/CIAO/DnC/ciao/Container_Base.pidl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-/**
- * CIAO's internal container interface definitions.
- */
-
-//#define CIAO_HAS_IMPORT_KEYWORD
-
-#if !defined (CONTAINER_BASE_PIDL)
-#define CONTAINER_BASE_PIDL
-
-#include "CIAO_Component.pidl"
-#include <SecurityLevel2.idl>
-#include "CIAO_Transaction.pidl"
-
-// *************** Basic Container interfaces ***************
-
-module CIAO
-{
- typeprefix Components "wustl.edu";
-
- local interface Container
- {
- // Return the POA
- PortableServer::POA the_POA ();
- };
-
- local interface SessionContainer
- {
-
- };
-};
-#endif /* CONTAINER_BASE_PIDL */