Skip to content

Commit

Permalink
tcpapps: fix TcpServerListener is not an app, don't mark it with IApp
Browse files Browse the repository at this point in the history
It is *part* of an app, of TcpServerApp.
  • Loading branch information
avarga committed Sep 27, 2023
1 parent beea8c2 commit a49b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/applications/tcpapp/TcpServerListener.ned
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import inet.applications.contract.IApp;
//
// @see ~TcpServerApp, ~TcpServerConnection
//
simple TcpServerListener like IApp
simple TcpServerListener
{
parameters:
string localAddress = default(""); // may be left empty ("")
Expand Down

0 comments on commit a49b288

Please sign in to comment.