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