From: Roland Haeder <roland@mxchange.org>
Date: Thu, 21 May 2015 01:45:16 +0000 (+0200)
Subject: Moved communicatorInstance to 'core'.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4be3a155bbbd43dc51a294fee04049bc7147da50;p=hub.git

Moved communicatorInstance to 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/application/hub/main/class_BaseHubSystem.php b/application/hub/main/class_BaseHubSystem.php
index 507d4855d..1b2f3275a 100644
--- a/application/hub/main/class_BaseHubSystem.php
+++ b/application/hub/main/class_BaseHubSystem.php
@@ -49,11 +49,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
 	 */
 	private $nodeInstance = NULL;
 
-	/**
-	 * An instance of a communicator
-	 */
-	private $communicatorInstance = NULL;
-
 	/**
 	 * A network package handler instance
 	 */
@@ -124,25 +119,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
 		$this->nodeInstance = $nodeInstance;
 	}
 
-	/**
-	 * Getter for communicator instance
-	 *
-	 * @return	$communicatorInstance	An instance of a Communicator class
-	 */
-	public final function getCommunicatorInstance () {
-		return $this->communicatorInstance;
-	}
-
-	/**
-	 * Setter for communicator instance
-	 *
-	 * @param	$communicatorInstance	An instance of a Communicator class
-	 * @return	void
-	 */
-	protected final function setCommunicatorInstance (Communicator $communicatorInstance) {
-		$this->communicatorInstance = $communicatorInstance;
-	}
-
 	/**
 	 * Setter for network package handler instance
 	 *
diff --git a/core b/core
index 5146bb541..df57993ff 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 5146bb541d7f55ff75a71f677f7538281c4b73b6
+Subproject commit df57993ff615192c023c714c46dc5d52d3dffd89