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