Continued:
[core.git] / inc / main / classes / file_directories / input / raw / class_FrameworkRawFileInputPointer.php
index a09f3eff3c56afe80c8bc1d4e03fca75c9de70a7..d34b1f24a61b98aac27cc96b5928e2bdd4a31e04 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer\Input;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A class for reading files
  *
@@ -168,7 +174,5 @@ class FrameworkRawFileInputPointer extends BaseFileIo implements InputPointer {
        public function key () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}