Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
[core.git] / inc / classes / interfaces / class_FrameworkInterface.php
index 2859d7a3489bea85bfe4607e2dadb5d7d7ce8bbe..61d098243a5a4c5b9d7d78ad61051e35ae9e1236 100644 (file)
@@ -8,6 +8,7 @@
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
+ * @todo               Find a better name for this interface
  *
  * 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
@@ -40,5 +41,5 @@ interface FrameworkInterface {
        function hashCode ();
 }
 
-//
+// [EOF]
 ?>