Introduced namespaces:
[core.git] / inc / main / interfaces / block / class_Block.php
index 1dc712ef32d53c2d67ecc049a63c68b4e978e12c..a424ad04e184023a777eeef396ab67e427ef9b00 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A block interface
  *
@@ -148,7 +154,5 @@ interface Block extends FrameworkInterface {
         * @return      $seekPosition   Found next gap's seek position
         */
        function searchNextGap ($length);
-}
 
-// [EOF]
-?>
+}