]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/apt-proxy/class_
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / apt-proxy / class_
index 7246337c1ce05743457a0e6b8d503b8cac53a05b..51bc2a8534fcbb98c3871a3dd02dc50a20c0c8c4 100644 (file)
@@ -46,7 +46,7 @@ class AptProxy???Task extends BaseTask implements Taskable, Visitable {
        }
 
        /**
-        * Accepts the visitor to process the visit "request"
+        * Accepts the visitor to process the visitor
         *
         * @param       $visitorInstance        An instance of a Visitor class
         * @return      void
@@ -66,6 +66,16 @@ class AptProxy???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]