// -*- C++ -*- // $Id$ //File: SecurityLevel1.idl //Part of the Security Service #ifndef _SECURITY_LEVEL_1_IDL_ #define _SECURITY_LEVEL_1_IDL_ #include #pragma prefix "omg.org" module SecurityLevel1 { //# pragma version SecurityLevel1 1.5 local interface Current : CORBA::Current { // Locality Constrained // thread specific operations Security::AttributeList get_attributes ( in Security::AttributeTypeList attributes ); }; }; #endif /* _SECURITY_LEVEL_1_IDL_ */