]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/handler/task/class_HandleableTask.php
State pattern added, hub continued (sorry, I let it lay around uncommitted for long...
[hub.git] / application / hub / interfaces / handler / task / class_HandleableTask.php
index 45781cc44622ac8bbd6171deb291cb80e04c21d9..4aaceba712b4d266ab0a80fc0968fbc5f02f5aad 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, 2010 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -50,5 +50,5 @@ interface HandleableTask extends Handleable {
        function handleTasks ();
 }
 
-//
+// [EOF]
 ?>