Moved communicatorInstance to 'core'.
authorRoland Haeder <roland@mxchange.org>
Thu, 21 May 2015 01:45:16 +0000 (03:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 21 May 2015 01:45:16 +0000 (03:45 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/class_BaseHubSystem.php
core

index 507d4855d5a26b2d1948a5a537ae40efe306aff3..1b2f3275afc149e94edf5b5a26e7431da53658f2 100644 (file)
@@ -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 5146bb541d7f55ff75a71f677f7538281c4b73b6..df57993ff615192c023c714c46dc5d52d3dffd89 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 5146bb541d7f55ff75a71f677f7538281c4b73b6
+Subproject commit df57993ff615192c023c714c46dc5d52d3dffd89