1 package org.omg.SecurityLevel1;2 3 // public abstract class Current4 // implements org.omg.CORBA.Current5 // {6 // public abstract org.omg.Security.SecAttribute[] get_attributes(org.omg.Security.AttributeType[] attributes);7 // }8 9 public interface Current10 extends org.omg.CORBA.Current 11 {12 org.omg.Security.SecAttribute[] get_attributes(org.omg.Security.AttributeType[] attributes);13 }14 15 16