Continued:
[core.git] / inc / main / classes / index / class_BaseIndex.php
index 5b2c4c47c7339a215ca6b35d0af8892a17ae4324..c6be82903147f1642cee54b4b8a5447754df433f 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Index;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general index class
  *
@@ -349,7 +355,5 @@ class BaseIndex extends BaseFrameworkSystem {
                self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] groupId=' . $groupId . ',hash=' . $hash . ',encoded()=' . strlen($encoded));
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}