1 /***** Copyright (c) 1999 Object Management Group. Unlimited rights to 2 3 duplicate and use this code are hereby granted provided that this 4 5 copyright notice is included.6 7 *****/8 9 10 11 package org.omg.CORBA;12 13 14 15 public interface ValueBoxDefOperations extends16 17 org.omg.CORBA.ContainedOperations ,18 19 org.omg.CORBA.IDLTypeOperations {20 21 22 23 public org.omg.CORBA.IDLType original_type_def ();24 25 public void original_type_def (org.omg.CORBA.IDLType original_type_def);26 27 28 29 }30 31