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