Introduced namespaces:
[core.git] / inc / main / interfaces / debug / class_Debugger.php
index 9ec6366d9fb781c4fa87c8dd0f6ccd3c3da5bb80..b6961585d21beae095ac7d548bca9e4e73ce0fe5 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Debug;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An interface for debugger classes
  *
@@ -30,7 +36,5 @@ interface Debugger extends FrameworkInterface {
         * @return      void
         */
        function outputStream ($output, $stripTags = FALSE);
-}
 
-// [EOF]
-?>
+}