From 9c7d15dc898d9b31eb44e317cf6570c52fda75bd Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 8 Sep 2021 22:09:48 +0200 Subject: [PATCH] corrected last commit --- source/tristanable/manager.d | 5 +++++ source/tristanable/watcher.d | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/tristanable/manager.d b/source/tristanable/manager.d index c9803e0..eb2a358 100644 --- a/source/tristanable/manager.d +++ b/source/tristanable/manager.d @@ -159,6 +159,11 @@ public final class Manager queuesLock.unlock(); } + public Socket getSocket() + { + return socket; + } + /** * TODO: Comment * TODO: Testing diff --git a/source/tristanable/watcher.d b/source/tristanable/watcher.d index 1be3ef0..0e2d508 100644 --- a/source/tristanable/watcher.d +++ b/source/tristanable/watcher.d @@ -30,11 +30,6 @@ public final class Watcher : Thread start(); } - public Socket getSocket() - { - return socket; - } - public void shutdown() { running=false;