]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_
While self-connect is running, it might be already announced which is fine
[hub.git] / application / hub / main / nodes / class_
index e82e94c7a84394f0f858716863cd8e9768b78170..99e8e9b3e8a0b4c82f52cde92042975341f2e1dd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -74,17 +74,14 @@ class Hub???Node extends BaseHubNode implements NodeHelper, Registerable {
        }
 
        /**
-        * Adds some node-specific filters to the filter chains
+        * Add some node-specific filters
         *
-        * @param       $requestInstance        A Requestable class
-        * @param       $responseInstance       A Responseable class
         * @return      void
-        * @todo        0%
         */
-       public function addExtraFilters (Requestable $requestInstance, Responseable $responseInstance) {
-               $this->partialStub('Please implement this method.');
+       public function addExtraHubFilters () {
+               // Add some filters here
        }
 }
 
-//
+// [EOF]
 ?>