From d13a9a5964412bc545f40bce75e9f00c9374860b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 19 May 2017 03:32:55 +0200 Subject: [PATCH] Next wave: - imported FrameworkInterface MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../hub/interfaces/apt-proxy/class_AptProxy.php | 1 + application/hub/interfaces/blocks/class_Minable.php | 6 ++++++ application/hub/interfaces/chat/class_Chatter.php | 1 + application/hub/interfaces/consumer/class_Consumer.php | 6 ++++++ application/hub/interfaces/crawler/class_Crawler.php | 1 + .../hub/interfaces/cruncher/class_CruncherHelper.php | 1 + .../hub/interfaces/decoder/class_Decodeable.php | 10 +++++++--- .../hub/interfaces/discovery/class_Discoverable.php | 6 ++++++ .../interfaces/distributable/class_Distributable.php | 6 ++++++ application/hub/interfaces/executor/class_Executor.php | 6 ++++++ .../hub/interfaces/locator/class_LocateableNode.php | 6 ++++++ application/hub/interfaces/lookup/class_Lookupable.php | 6 ++++++ application/hub/interfaces/miner/class_MinerHelper.php | 1 + .../interfaces/package/assembler/class_Assembler.php | 6 ++++++ .../hub/interfaces/package/class_Deliverable.php | 6 ++++++ .../hub/interfaces/package/class_Receivable.php | 6 ++++++ .../package/fragmenter/class_Fragmentable.php | 6 ++++++ application/hub/interfaces/producer/class_Producer.php | 6 ++++++ .../hub/interfaces/recipient/class_Recipient.php | 6 ++++++ .../hub/interfaces/resolver/class_ProtocolResolver.php | 3 +++ application/hub/interfaces/scanner/class_Scanner.php | 6 ++++++ .../interfaces/shareable/info/class_ShareableInfo.php | 6 ++++++ application/hub/interfaces/socket/class_SocketTag.php | 6 ++++++ application/hub/interfaces/source/class_Source.php | 6 ++++++ application/hub/interfaces/states/class_Stateable.php | 6 ++++++ application/hub/interfaces/tags/class_Tagable.php | 7 +++++++ .../hub/interfaces/work_units/class_UnitHelper.php | 10 +++++++--- 27 files changed, 137 insertions(+), 6 deletions(-) diff --git a/application/hub/interfaces/apt-proxy/class_AptProxy.php b/application/hub/interfaces/apt-proxy/class_AptProxy.php index e6c8bc666..b0d79b73e 100644 --- a/application/hub/interfaces/apt-proxy/class_AptProxy.php +++ b/application/hub/interfaces/apt-proxy/class_AptProxy.php @@ -4,6 +4,7 @@ namespace Hub\AptProxy; // Import framework stuff use CoreFramework\Controller\Controller; +use CoreFramework\Generic\FrameworkInterface; use CoreFramework\Response\Responseable; /** diff --git a/application/hub/interfaces/blocks/class_Minable.php b/application/hub/interfaces/blocks/class_Minable.php index 1967a41ce..06dd8b0d4 100644 --- a/application/hub/interfaces/blocks/class_Minable.php +++ b/application/hub/interfaces/blocks/class_Minable.php @@ -1,4 +1,10 @@ +} diff --git a/application/hub/interfaces/discovery/class_Discoverable.php b/application/hub/interfaces/discovery/class_Discoverable.php index 2bd1edf65..478b8cba6 100644 --- a/application/hub/interfaces/discovery/class_Discoverable.php +++ b/application/hub/interfaces/discovery/class_Discoverable.php @@ -1,4 +1,10 @@ +} -- 2.39.5