Skip to content
Snippets Groups Projects

Test configuration

Closed Nelson Tavares de Sousa requested to merge test-configuration into master
+ 543
536
Compare changes
  • Side-by-side
  • Inline
Files
@@ -2,8 +2,8 @@ package teetime.framework.pipe;
@@ -2,8 +2,8 @@ package teetime.framework.pipe;
import teetime.framework.InputPort;
import teetime.framework.InputPort;
import teetime.framework.OutputPort;
import teetime.framework.OutputPort;
import teetime.framework.pipe.PipeFactory.PipeOrdering;
import teetime.framework.pipe.PipeFactoryRegistry.PipeOrdering;
import teetime.framework.pipe.PipeFactory.ThreadCommunication;
import teetime.framework.pipe.PipeFactoryRegistry.ThreadCommunication;
public interface IPipeFactory {
public interface IPipeFactory {
Loading