]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/class_TcpListener.php
Moved a lot classes, added visitors and methods
[hub.git] / application / hub / main / listener / tcp / class_TcpListener.php
index c48f4d4f5faefdd380eb58e30541fd83049f3763..b5f3bc179057091102e886b8f7cb8e62af945293 100644 (file)
@@ -139,6 +139,16 @@ class TcpListener extends BaseListener implements Listenable {
                // Output message
                $this->debugOutput('LISTENER: TCP listener now ready on IP ' . $this->getListenAddress() . ', port ' . $this->getListenPort() . ' for service.');
        }
+
+       /**
+        * "Listens" for incoming network packages
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doListen() {
+               $this->partialStub('Need to implement this method.');
+       }
 }
 
 // [EOF]