summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Containers/FTSession/FT_Session_Container.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Containers/FTSession/FT_Session_Container.idl')
-rw-r--r--CIAO/ciao/Containers/FTSession/FT_Session_Container.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/CIAO/ciao/Containers/FTSession/FT_Session_Container.idl b/CIAO/ciao/Containers/FTSession/FT_Session_Container.idl
new file mode 100644
index 00000000000..6c37172f4e5
--- /dev/null
+++ b/CIAO/ciao/Containers/FTSession/FT_Session_Container.idl
@@ -0,0 +1,21 @@
+/**
+ * @file Session_Container.idl
+ * @author William R. Otte <wotte@dre.vanderbilt.edu>
+ *
+ * Extends the basic container interface for session capabilities.
+ */
+
+#include "ciao/Containers/Container_Base.idl"
+
+module CIAO
+{
+ local interface FT_Session_Container : Container
+ {
+ // *** Methods used by component specific container portions
+ /*
+ Object install_servant_with_id (in PortableServer::Servant svnt,
+ in Container_Types::OA_Type type,
+ in PortableServer::ObjectId oid);
+ */
+ };
+};