From 0f32f91cbc56053881c8bcd85e72fe856f76d9c3 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 29 May 2015 04:23:31 +0200 Subject: [PATCH] Updated core as $stateInstance is now in BaseFrameworkSystem Signed-off-by: Roland Haeder --- application/hub/main/class_BaseHubSystem.php | 24 -------------------- core | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/application/hub/main/class_BaseHubSystem.php b/application/hub/main/class_BaseHubSystem.php index 3d1bb1cea..c8e141df1 100644 --- a/application/hub/main/class_BaseHubSystem.php +++ b/application/hub/main/class_BaseHubSystem.php @@ -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 6ab1fb6b8..b2caf380b 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 6ab1fb6b8ab9be1b34b14c3629ae1087f79fe92b +Subproject commit b2caf380b85fbe804d7464ecc1bfe60aafcbc7d9 -- 2.39.5