Removed getNodeInstance() and setNodeInstance(). Please now use the following
authorRoland Haeder <roland@mxchange.org>
Sat, 22 Aug 2015 09:47:18 +0000 (11:47 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 22 Aug 2015 09:47:18 +0000 (11:47 +0200)
commit8d9a1956c3b9e27e37ba12810b165f41e7643196
tree7fb92c0096db8445a92da27f6f2751c012d26ad5
parent219db1384730913a7327cc69e0ae5e8a3581283b
Removed getNodeInstance() and setNodeInstance(). Please now use the following
expression to get a node instance:

<?php
$nodeInstance = NodeObjectFactory::createNodeInstance();
?>

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/exceptions/dht/class_DhtBootstrapNotAcceptedException.php
application/hub/main/class_BaseHubSystem.php
application/hub/main/handler/message-types/dht/class_NodeMessageDhtBootstrapHandler.php
application/hub/main/pools/listener/class_DefaultListenerPool.php