Introduced namespaces:
[core.git] / inc / main / interfaces / auth / class_Authorizeable.php
index abcfe5c9cb0ffb802a0a2bf9d8f4d2253c4daefb..af8e897f650ce4ac8d74e36d5e6f1ada7a41f9ad 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Auth;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An interface for authorization methods
  *
@@ -35,7 +41,5 @@ interface Authorizeable extends FrameworkInterface {
         * @return      void
         */
        function updateAuthData ();
-}
 
-// [EOF]
-?>
+}