1 /* 2 * @(#)CurrentOperations.java 1.12 03/12/19 3 * 4 * Copyright 2004 Sun Microsystems, Inc. All rights reserved. 5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. 6 */ 7 package org.omg.CORBA; 8 9 10 /** 11 * The interface for <tt>Current</tt>. For more information on 12 * Operations interfaces, see <a HREF="doc-files/generatedfiles.html"> 13 * "Generated Files"</a>. 14 * 15 * org/omg/CORBA/CurrentOperations.java 16 * Generated by the IDL-to-Java compiler (portable), version "3.0" 17 * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl 18 * Saturday, July 17, 1999 12:26:21 AM PDT. 19 */ 20 21 public interface CurrentOperations 22 { 23 } // interface CurrentOperations 24