X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Frecipient%2Fclass_;h=c5a6f2e4e4436697481d26e773f816c38ea1b18a;hb=4243633833e9e46509b05df13b617d52180d8b8f;hp=83d6bf0e02669c1858d1a9a44283636a7bbf2948;hpb=20d457aab33983f395962b20590c0c6c12669a43;p=hub.git diff --git a/application/hub/main/recipient/class_ b/application/hub/main/recipient/class_ index 83d6bf0e0..c5a6f2e4e 100644 --- a/application/hub/main/recipient/class_ +++ b/application/hub/main/recipient/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -46,7 +46,7 @@ class ???Recipient extends BaseRecipient implements Recipient { } /** - * Tries to resolve given recipient into session ids or ip:port combination + * Tries to resolve given recipient into session ids or universal node locator * depending on implementation (hint: Template Method Pattern) * * @param $recipient Recipient to resolve (e.g. could be a virtual recipient or direct session id) @@ -57,6 +57,7 @@ class ???Recipient extends BaseRecipient implements Recipient { */ public function resolveRecipient ($recipient, Listable $listInstance) { // Make sure the recipient is valid + //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('!!!-RECIPIENT: recipient=' . $recipient); assert($recipient == '|||'); $this->partialStub('Please implement this method. recipient=' . $recipient); }