Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 2ebf8f90 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

removed comments

parent bce9ff9c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ namespace TUGraz.VectoCore.Models.Connector.Ports
/// <summary>
/// Returns the inport to connect it to another outport.
/// </summary>
/// <returns></returns>
ITnInPort InPort();
}
......@@ -54,14 +53,9 @@ namespace TUGraz.VectoCore.Models.Connector.Ports
/// <summary>
/// Returns the outport to send requests to.
/// </summary>
/// <returns></returns>
ITnOutPort OutPort();
}
//========================================================================
/// <summary>
/// Defines a connect method to connect the inport to an outport.
/// </summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment