1. /*
  2. * @(#)UNSUPPORTED_POLICY_VALUE.java 1.3 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 UNSUPPORTED_POLICY_VALUE {
  9. final short value = (short) (4L);
  10. };