- /*
- * @(#)VM_ABSTRACT.java 1.4 00/02/02
- *
- * Copyright 1995-2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
- package org.omg.CORBA;
- public interface VM_ABSTRACT {
- final short value = (short) (2L);
- }