]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/listener/class_NodeSocketListenerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / listener / class_NodeSocketListenerTask.php
index 1f75dcdf0b6858ee258ec0f4197280051d96e500..6bf9901ebc9aa87a1722dd7f7423dc874f66d2a0 100644 (file)
@@ -70,6 +70,17 @@ class NodeSocketListenerTask extends BaseTask implements Taskable, Visitable {
         * @todo        0% done
         */
        public function executeTask () {
+               $this->partialStub('Unimplemented task.');
+       }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
        }
 }