Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / classes / listener / class_BaseListener.php
index f94dae904dbba0219f314a747e60334bf0e1c008..e22ceea1d155b851c5f51a815afb663554ebde36 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseListener extends BaseFrameworkSystem implements Visitable {
+abstract class BaseListener extends BaseFrameworkSystem implements Visitable {
        // Exception code constants
        const EXCEPTION_INVALID_SOCKET                   = 0xa00;
        const EXCEPTION_SOCKET_ALREADY_REGISTERED        = 0xa01;
@@ -591,7 +591,5 @@ class BaseListener extends BaseFrameworkSystem implements Visitable {
                // Advance to next entry. This should be the last line.
                $this->getIteratorInstance()->next();
        }
-}
 
-// [EOF]
-?>
+}