From a49b2882d9d138dff9d4c4a305b897e721b5e4a9 Mon Sep 17 00:00:00 2001 From: Andras Varga Date: Wed, 27 Sep 2023 16:11:07 +0200 Subject: [PATCH] tcpapps: fix TcpServerListener is not an app, don't mark it with IApp It is *part* of an app, of TcpServerApp. --- src/inet/applications/tcpapp/TcpServerListener.ned | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inet/applications/tcpapp/TcpServerListener.ned b/src/inet/applications/tcpapp/TcpServerListener.ned index 8b7cb9ae8c6..6809f2aa26e 100644 --- a/src/inet/applications/tcpapp/TcpServerListener.ned +++ b/src/inet/applications/tcpapp/TcpServerListener.ned @@ -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 ("")