Introduced namespaces:
[core.git] / inc / main / interfaces / class_FrameworkInterface.php
index c5bb52007161ed302c39c9219ef20dd2f2203c40..909832f937b0ee9b51174e482433e7e036454a65 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Generic;
+
 /**
  * This is the top-level interface for all other interfaces and should contain
  * method stubs which is being used in every class
@@ -57,7 +60,5 @@ interface FrameworkInterface {
         * @return      $hashCode       The hash code respresenting this class
         */
        function hashCode ();
-}
 
-// [EOF]
-?>
+}