/** * Tutorial demo code. * * @version $Revision: 1.2 $ $Author: arossi * $ $Date: 2001/12/23 16:23:10 $ (GMT) * @author Albert L. Rossi [mailto:arossi@indiana.edu] */ package demo; import xcat.framework.ccacore.ProvidesPort; /** * Defines the provides interface for the PrintEnv port of the demo component. */ public interface ProvidesPrintEnv extends PrintEnv_idl, ProvidesPort {}