]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/chat/class_
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / chat / class_
index 42b08f488119976c3d37e01817af157ce1a23705..dec772a4918e596520ca794ab0a19a9e82b6ff69 100644 (file)
@@ -66,6 +66,16 @@ class Chat???Task 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]