#if !defined(_SECURITY_LEVEL_1_IDL) #define _SECURITY_LEVEL_1_IDL #pragma prefix "omg.org" #include module SecurityLevel1 { interface Current : CORBA::Current { // Locality Constrained // thread specific operations Security::AttributeList get_attributes ( in Security::AttributeTypeList attributes ); }; }; #endif /* _SECURITY_LEVEL_1_IDL */