summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_SessionContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/CCM_SessionContext.idl')
-rw-r--r--modules/CIAO/ciao/CCM_SessionContext.idl31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/CCM_SessionContext.idl b/modules/CIAO/ciao/CCM_SessionContext.idl
new file mode 100644
index 00000000000..24820fb5cce
--- /dev/null
+++ b/modules/CIAO/ciao/CCM_SessionContext.idl
@@ -0,0 +1,31 @@
+// $Id$
+
+/**
+ * @@ Compile this file with:
+ *
+ * tao_idl -Gv -I ../.. -I ../../orbsvcs/orbsvcs \
+ * -Wb,export_macro=CIAO_Export \
+ * -Wb,export_include=CIAO_export.h \
+ * -Wb,pre_include="ace/pre.h" \
+ * -Wb,post_include="ace/post.h" \
+ * CCM_Container.idl
+ */
+
+//#define CIAO_HAS_IMPORT_KEYWORD
+
+#if !defined (CCM_SESSIONCONTEXT_IDL)
+#define CCM_SESSIONCONTEXT_IDL
+
+#include "ciao/CCM_Context.idl"
+
+module Components
+{
+ typeprefix Components "omg.org";
+
+ local interface SessionContext : CCMContext
+ {
+ Object get_CCM_object()
+ raises (IllegalState);
+ };
+};
+#endif /* CCM_SESSIONCONTEXT_IDL */