package RTT.corba; /** * RTT/corba/CTaskContext.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from TaskContext.idl * Wednesday, July 11, 2012 5:27:10 PM CEST */ /** * A CTaskContext is the main entry point of a distributed * component and maps to a RTT::TaskContext. * @ingroup CompIDL */ public interface CTaskContext extends CTaskContextOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface CTaskContext