From 8261fa0051360691a989706f7d7554757e42fb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 25 Mar 2014 20:50:16 +0100 Subject: [PATCH] Kommentar zur Terminal-Klasse --- dummyclient_manuel/Terminal.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/dummyclient_manuel/Terminal.cs b/dummyclient_manuel/Terminal.cs index 5e9f25d..71f1d66 100644 --- a/dummyclient_manuel/Terminal.cs +++ b/dummyclient_manuel/Terminal.cs @@ -1,6 +1,7 @@ using System; using System.Threading; +// Wrapper class for the console allowing concurrent read and write operations public class Terminal { private Object TerminalLock = new Object ();