Continued:
[core.git] / inc / main / interfaces / streams / input / class_InputStream.php
index bbbcd30949ab8742cffb7f93ea8b1788549c3c51..b5982255ebc7b7fec795b7b9c52872e8abf8cb00 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream;
+
 /**
  * An InputStream interface
  *
@@ -22,7 +25,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface InputStream extends Stream {
-}
 
-// [EOF]
-?>
+}