]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/dht/class_NodeDhtInitializationTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / dht / class_NodeDhtInitializationTask.php
index 09463e596c1b7c122bd5517cbcef00db65cb1a61..6485392f7e58eb7ae8939cd30907320bfd72ed12 100644 (file)
@@ -71,6 +71,16 @@ class NodeDhtInitializationTask extends BaseTask implements Taskable, Visitable
                // Intiailize the DHT
                $this->getDhtInstance()->initDht();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]