]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/dht/class_DhtBootstrapHelper.php
Added unfinished support for XML-based publishing of DHT entries.
[hub.git] / application / hub / main / helper / dht / class_DhtBootstrapHelper.php
index ac99d98d85d4682451fed03e6f69ebfa1ba300f0..bf5b21505ac0810d89160682523c1760804e6b44 100644 (file)
@@ -55,9 +55,10 @@ class DhtBootstrapHelper extends BaseHubSystemHelper implements HelpableDht {
        /**
         * Loads the announcement descriptor for parsing
         *
+        * @param       $dhtInstance    An instance of a Distributable class
         * @return      void
         */
-       public function loadDescriptorXml () {
+       public function loadDescriptorXml (Distributable $dhtInstance) {
                // Debug message
                self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Starting with DHT boostrap ...');