added files for database format-upgrade
[core.git] / inc / main / classes / listener / class_
index d09db71d6875060a0304a470513ded8806f11496..b5ed6089c1fe7715b43866ecd7ddfb31e9fde46e 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 - 2015 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.ship-simu.org
  *
@@ -30,6 +30,9 @@ class ???Listener extends BaseListener implements Listenable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
+
+               // Set the protocol to !!!
+               $this->setProtocolName('!!!');
        }
 
        /**
@@ -85,24 +88,6 @@ class ???Listener extends BaseListener implements Listenable {
                $this->partialStub('Need to implement this method.') {
        }
 
-       /**
-        * Getter for listen address
-        *
-        * @return      $listenAddress  The address this listener should listen on
-        */
-       public function getListenAddress () {
-               $this->partialStub('Need to implement this method.') {
-       }
-
-       /**
-        * Getter for listen port
-        *
-        * @return      $listenPort             The port this listener should listen on
-        */
-       public function getListenPort () {
-               $this->partialStub('Need to implement this method.') {
-       }
-
        /**
         * Getter for connection type
         *
@@ -112,15 +97,4 @@ class ???Listener extends BaseListener implements Listenable {
                $this->partialStub('Need to implement this method.') {
        }
 
-       /**
-        * Getter for peer pool instance
-        *
-        * @return      $poolInstance   The peer pool instance we shall set
-        */
-       public function getPoolInstance () {
-               $this->partialStub('Need to implement this method.') {
-       }
 }
-
-// [EOF]
-?>