Continued:
[core.git] / inc / main / interfaces / visitor / pool / class_PoolVisitor.php
index 9b98e3e72c5b40bb7e5cf7d994d046e6938ea658..6a63a766be1b241c07b16e96eb27e7b9d03e40ed 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Visitor\Pool;
+
 /**
  * An interface for the visitor implementation for pools
  *
@@ -29,7 +32,5 @@ interface PoolVisitor extends Visitor {
         * @return      void
         */
        function visitPool (Poolable $poolInstance);
-}
 
-// [EOF]
-?>
+}