]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/chat/class_ChatTelnetListenerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / chat / class_ChatTelnetListenerTask.php
index 708d57c993c72ea8e2d9ea7fb49f4e7bd63262b7..81e19043e108220392911837173add5b4fe4f94f 100644 (file)
@@ -65,6 +65,16 @@ class ChatTelnetListenerTask extends BaseTask implements Taskable, Visitable {
        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...');
+       }
 }
 
 // [EOF]