00001
00002
00003
00004
00005
00006 #ifndef _SECURITY_LEVEL_1_IDL_
00007 #define _SECURITY_LEVEL_1_IDL_
00008
00009 #include <orbsvcs/Security.idl>
00010
00011 #pragma prefix "omg.org"
00012
00013 module SecurityLevel1 {
00014
00015 # pragma version SecurityLevel1 1.8
00016
00017 local interface Current : CORBA::Current {
00018 # pragma version Current 1.8
00019
00020
00021
00022 Security::AttributeList get_attributes (
00023 in Security::AttributeTypeList attributes
00024 );
00025
00026 };
00027 };
00028
00029 #pragma prefix ""
00030
00031 #endif