Added missing method isOwnAddress().
[core.git] / inc / classes / interfaces / handler / protocol / class_HandleableProtocol.php
index 94370d55c553dee0446fb65f7252122550aed173..c591b7a0fbb9dd64f367a8c6efcfb6e8f3a6e9b9 100644 (file)
@@ -44,6 +44,13 @@ interface HandleableProtocol extends Handleable {
         * @return      $isValid                Whether the UNL can be validated
         */
        function isValidUniversalNodeLocatorByPackageData (array $packageData);
+
+       /**
+        * If the found UNL (address) matches own external or internal address
+        *
+        * @return      $ifMatches      Whether the found UNL matches own addresss
+        */
+       function isOwnAddress ();
 }
 
 // [EOF]