]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
Merge branch 'master' into refacuring/protocol_handler
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 2f3f2261a33287692d348b4e75a42df49d27eb22..91f05aa2d342d72a859c4a19bc7c4d4fe86b9026 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A hub-node class for the 'Master' mode
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub 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
@@ -83,6 +83,17 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable {
                // @TODO Add some filters here
                $this->partialStub('Add some filters here.');
        }
+
+       /**
+        * Adds extra tasks to the given handler for this node
+        *
+        * @param       $handlerInstance        An instance of a HandleableTask class
+        * @return      void
+        * @todo        0% done
+        */
+       public function addExtraTasks (HandleableTask $handlerInstance) {
+               $this->partialStub('Please add some tasks or empty this method.');
+       }
 }
 
 // [EOF]