package primativeAnyTest;

/**
 * <ul>
 * <li> <b>IDL Source</b>    "primativeAnyTest.idl"
 * <li> <b>IDL Name</b>      ::primativeAnyTest::pat
 * <li> <b>Repository Id</b> IDL:primativeAnyTest/pat:1.0
 * </ul>
 * <b>IDL definition:</b>
 * <pre>
 * interface pat {
  ...
};
 * </pre>
 */
abstract public class _patImplBase extends com.inprise.vbroker.CORBA.portable.Skeleton implements primativeAnyTest.pat {

  public primativeAnyTest.pat _this () {
    return this;
  }

  public java.lang.String[] _ids () {
    return __ids;
  }

  public java.lang.String[] _all_interfaces (final org.omg.PortableServer.POA poa, final byte[] objectId) {
    return __ids;
  }

  private static java.lang.String[] __ids = {
    "IDL:primativeAnyTest/pat:1.0"
  };

  protected _patImplBase (final java.lang.String name) {
    super(name);    this._tie = new primativeAnyTest.patPOATie(this);
  }

  public _patImplBase () {
    this._tie = new primativeAnyTest.patPOATie(this);
  }
}
