]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/handler/protocol/class_HandleableProtocol.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / handler / protocol / class_HandleableProtocol.php
index 982401acdc34c65eb3e37407f664bd353ebd279b..1ffbc04309e4004f9f53a104c5cfe618cfee72ca 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Handler\Protocol;
+
 /**
  * An interface for protocol handlers
  *
@@ -52,7 +55,5 @@ interface HandleableProtocol extends Handleable {
         * @return      $ifMatches      Whether the found UNL matches own addresss
         */
        function isOwnAddress ($unl);
-}
 
-// [EOF]
-?>
+}