1. /*
  2. * @(#)VM_ABSTRACT.java 1.2 01/11/29
  3. *
  4. * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package org.omg.CORBA;
  8. public interface VM_ABSTRACT {
  9. final short value = (short) (2L);
  10. }