]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/dht/class_NodeDhtQueryTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / dht / class_NodeDhtQueryTask.php
index 45bcc3bfd49aa89bdc8f2ad84995939086e7933b..503f0474d5d3c9b4eb7ceed8716ac1d906021917 100644 (file)
@@ -78,6 +78,16 @@ class NodeDhtQueryTask extends BaseTask implements Taskable, Visitable {
                        $dhtInstance->insertSingleNodeData();
                } // END - if
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]