]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/apt-proxy/class_AptProxyListenerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / apt-proxy / class_AptProxyListenerTask.php
index c752ab7a138a454c1ca2439ae3645b8679462cb0..8b9b3f5ddd0de51a8778d61c1c3b92fb4b23e136 100644 (file)
@@ -65,6 +65,16 @@ class AptProxyListenerTask 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]