001 package org.omg.GSSUP;
002
003
004 /**
005 * org/omg/GSSUP/GSS_UP_S_G_BAD_TARGET.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/GSSUP.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public interface GSS_UP_S_G_BAD_TARGET
012 {
013
014 // not match a target_name in a mechanism definition of the target.
015 public static final int value = (int)(4L);
016 }