]> git.mxchange.org Git - hub.git/commitdiff
No object type list in DHT bootstraps.
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:18:29 +0000 (00:18 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:18:29 +0000 (00:18 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php

index b95cefa9dcb02512ebbc6cc2b4cf281990b65dfe..39d2302fa8ed3f01ce97fdc4ec203d3ce61bf9f9 100644 (file)
@@ -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
         *