From: Roland Haeder Date: Fri, 14 Mar 2014 23:18:29 +0000 (+0100) Subject: No object type list in DHT bootstraps. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de8af007f3f86383e81ea59d919ab8fe1c321891;p=hub.git No object type list in DHT bootstraps. Signed-off-by: Roland Haeder --- 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 *