summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl31
1 files changed, 31 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl b/ACE/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
new file mode 100644
index 00000000000..c271999989f
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/SecurityLevel1.idl
@@ -0,0 +1,31 @@
+// -*- IDL -*-
+//
+// $Id$
+
+
+#ifndef _SECURITY_LEVEL_1_IDL_
+#define _SECURITY_LEVEL_1_IDL_
+
+#include <orbsvcs/Security.idl>
+
+#pragma prefix "omg.org"
+
+module SecurityLevel1 {
+
+# pragma version SecurityLevel1 1.8
+
+ local interface Current : CORBA::Current { // Locality Constrained
+# pragma version Current 1.8
+
+ // thread specific operations
+
+ Security::AttributeList get_attributes (
+ in Security::AttributeTypeList attributes
+ );
+
+ };
+};
+
+#pragma prefix ""
+
+#endif /* _SECURITY_LEVEL_1_IDL_ */