]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/network/class_BaseRawDataHandler.php
Moved some socket initializations before socket_bind(), made setErrorCode() public
[hub.git] / application / hub / main / handler / network / class_BaseRawDataHandler.php
index 9a3cc31b8c6ea582174244a1acda6f0126aacf6b..1fc3cde761916ec7d81a6371e9bb5f39cc73ff95 100644 (file)
@@ -165,7 +165,7 @@ class BaseRawDataHandler extends BaseHandler {
         * @param       $errorCode      The error code we shall set
         * @return      void
         */
-       protected final function setErrorCode ($errorCode) {
+       public final function setErrorCode ($errorCode) {
                $this->errorCode = $errorCode;
        }