From de8af007f3f86383e81ea59d919ab8fe1c321891 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 15 Mar 2014 00:18:29 +0100 Subject: [PATCH] No object type list in DHT bootstraps. Signed-off-by: Roland Haeder --- .../class_XmlDhtBootstrapTemplateEngine.php | 43 +------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php b/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php index b95cefa9d..39d2302fa 100644 --- a/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php +++ b/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php @@ -52,8 +52,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com self::DHT_BOOTSTRAP_DATA_LISTEN_PORT, self::DHT_BOOTSTRAP_DATA_SESSION_ID, self::DHT_BOOTSTRAP_DATA_EXTERNAL_IP, - self::DHT_BOOTSTRAP_DATA_INTERNAL_IP, - 'object-type-list', + self::DHT_BOOTSTRAP_DATA_INTERNAL_IP ); } @@ -202,46 +201,6 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com $this->getStackerInstance()->pushNamed('dht_bootstrap', self::DHT_BOOTSTRAP_DATA_INTERNAL_IP); } - /** - * Starts the object type list - * - * @return void - */ - protected function startObjectTypeList () { - // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('dht_bootstrap', 'object-type-list'); - } - - /** - * Starts the object type - * - * @return void - */ - protected function startObjectType () { - // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('dht_bootstrap', 'object-type'); - } - - /** - * Finishes the object type - * - * @return void - */ - protected function finishObjectType () { - // Pop the last entry - $this->getStackerInstance()->popNamed('dht_bootstrap'); - } - - /** - * Finishes the object type list - * - * @return void - */ - protected function finishObjectTypeList () { - // Pop the last entry - $this->getStackerInstance()->popNamed('dht_bootstrap'); - } - /** * Finishes the session id * -- 2.39.5