]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/decorators/class_ClientTcpListenerDecorator.php
initListener() in decorators should not be called
[hub.git] / application / hub / main / listener / tcp / decorators / class_ClientTcpListenerDecorator.php
index a474ccbca41bcae8a7673d0cfd6704a4a0632aa9..e23d00c25d84ccd1a4cf91b4fe96149df761d2f4 100644 (file)
@@ -53,10 +53,9 @@ class ClientTcpListenerDecorator extends BaseListenerDecorator implements Listen
         * Initializes the listener by setting up the required socket server
         *
         * @return      void
-        * @todo        0% done
         */
        public function initListener() {
-               $this->partialStub('Need to implement this method.');
+               $this->partialStub('WARNING: This method should not be called.');
        }
 }