Skip to content

Commit

Permalink
Forgotten addition of parameterless Start method into interface
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Apr 4, 2017
1 parent b772915 commit 3a7d261
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace MossbauerLab.TinyTcpServer.Core.Server
{
public interface ITcpServer
{
Boolean Start();
Boolean Start(String ipAddress, UInt16 port);
void Stop(Boolean clearHandlers);
void Restart();
Expand Down

0 comments on commit 3a7d261

Please sign in to comment.