Continued:
[core.git] / inc / main / classes / listener / socket / decorator / class_SocketFileListenerDecorator.php
index 1b044e4be9cb82c5b47e1ced3e676c232e6acd72..a2664a59e19e57b5f219116f9cad40dc7ba4434e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Listener\Socket;
+
 /**
  * A decorator for the SocketFileListener to communicate to hubs
  *
@@ -91,7 +94,5 @@ class SocketFileListenerDecorator extends BaseListenerDecorator implements Liste
                // Return the result
                return $accepts;
        }
-}
 
-// [EOF]
-?>
+}