]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/dht/class_NodeDhtLateBootstrapTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / dht / class_NodeDhtLateBootstrapTask.php
index 2d9cdd38e68346539b121118fd68fce3aaeeb508..367a3d8137e6eb1d57beb03010d3295d9a6524de 100644 (file)
@@ -71,6 +71,16 @@ class NodeDhtLateBootstrapTask 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]