]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/dht/class_NodeDhtBootstrapTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / dht / class_NodeDhtBootstrapTask.php
index 2fba92b6ae01d0f43d18ad7376962d21d10931ea..a794cafa70be0d589a05661db287e69b64ac3fc0 100644 (file)
@@ -71,6 +71,16 @@ class NodeDhtBootstrapTask extends BaseTask implements Taskable, Visitable {
                // Let the DHT class do the work for us
                $this->getDhtInstance()->bootstrapDht();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]