]> git.mxchange.org Git - hub.git/commit
Rewritten remaining (old) debug calls:
authorRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 20:48:05 +0000 (20:48 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 20:48:05 +0000 (20:48 +0000)
commitc31b80e209f75b80939ba161ffcb5450623d78a7
treeae7ad74202fa08f3fe5b6d6280a55bf38f42e5e8
parent38c5aa4b0526ce3998c52e905afd5150d57fc5b3
Rewritten remaining (old) debug calls:
- Used self::createDebugInstance(__CLASS__)->debugOutput() instead of
  $fooInstance->debugOutput() as this is the newer approach
- Added method bootstrapDht() but still unimplemented
14 files changed:
application/hub/interfaces/distributable/class_Distributable.php
application/hub/main/dht/node/class_NodeDhtFacade.php
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php
application/hub/main/discovery/socket/class_PackageSocketDiscovery.php
application/hub/main/factories/socket/class_SocketFactory.php
application/hub/main/factories/states/node/class_NodeStateFactory.php
application/hub/main/factories/states/peer/class_PeerStateFactory.php
application/hub/main/handler/tasks/class_TaskHandler.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
application/hub/main/states/cruncher/class_
application/hub/main/states/node/class_
application/hub/main/states/node/seniors/class_NodeReachableState.php
application/hub/main/statistics/connection/class_ConnectionStatisticsHelper.php
application/hub/main/tasks/node/dht/class_NodeDhtBootstrapTask.php