core code merged, interfaces OutputStreamer implemented
[shipsimu.git] / inc / file_io.php
index d63a9a35fe404196d12109ae7ca19430e2b71e1e..92c96b6c417498d36dd16857c860713f05dde013 100644 (file)
@@ -4,10 +4,11 @@
  * the initialization was successfull or not because only some class
  * instances will we generated.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,6 +23,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
+// Get the instance
 $io = FileIOHandler::createFileIOHandler();
 
 // [EOF]