]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / file_directories / text / input / class_BaseInputTextFile.php
index a35b6cce92e835e24073639bee7688226006681f..a8ff8874777c24f0451861ecad842bbd1be63363 100644 (file)
@@ -1,10 +1,16 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Text;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+
 /**
  * A general text input file class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -54,7 +60,5 @@ class BaseInputTextFile extends BaseTextFile {
         */
        public function readLine () {
        }
-}
 
-// [EOF]
-?>
+}