001 package org.omg.PortableInterceptor;
002
003
004 /**
005 * Abstract base class for implementations of local interface IORInterceptor
006 * @author JacORB IDL compiler.
007 */
008
009 public abstract class _IORInterceptorLocalBase
010 extends org.omg.CORBA.LocalObject
011 implements IORInterceptor
012 {
013 private String[] _type_ids = {"IDL:omg.org/PortableInterceptor/IORInterceptor:1.0","IDL:omg.org/PortableInterceptor/Interceptor:1.0"};
014 public String[] _ids() {
015 return(String[])_type_ids.clone();
016 }
017 }