Updated core as $stateInstance is now in BaseFrameworkSystem
authorRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 02:23:31 +0000 (04:23 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 02:23:31 +0000 (04:23 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/class_BaseHubSystem.php
core

index 3d1bb1cea423200546a35ed85df13fa7970f4726..c8e141df12a15628d38714eab2a97e364b721ec9 100644 (file)
@@ -59,11 +59,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
         */
        private $receiverInstance = NULL;
 
-       /**
-        * State instance
-        */
-       private $stateInstance = NULL;
-
        /**
         * Listener pool instance
         */
@@ -157,25 +152,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
                return $this->receiverInstance;
        }
 
-       /**
-        * Setter for state instance
-        *
-        * @param       $stateInstance  A Stateable instance
-        * @return      void
-        */
-       public final function setStateInstance (Stateable $stateInstance) {
-               $this->stateInstance = $stateInstance;
-       }
-
-       /**
-        * Getter for state instance
-        *
-        * @return      $stateInstance  A Stateable instance
-        */
-       public final function getStateInstance () {
-               return $this->stateInstance;
-       }
-
        /**
         * Setter for listener pool instance
         *
diff --git a/core b/core
index 6ab1fb6b8ab9be1b34b14c3629ae1087f79fe92b..b2caf380b85fbe804d7464ecc1bfe60aafcbc7d9 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 6ab1fb6b8ab9be1b34b14c3629ae1087f79fe92b
+Subproject commit b2caf380b85fbe804d7464ecc1bfe60aafcbc7d9