]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/chat/class_ChatTelnetListenerTask.php
Updated 'core'.
[hub.git] / application / hub / main / tasks / chat / class_ChatTelnetListenerTask.php
index d29f835f29481bd4cd1deec5a9b7d1629e783230..81e19043e108220392911837173add5b4fe4f94f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TelnetListener task for chat consoles
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2012 Chat Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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]