]> git.mxchange.org Git - hub.git/commit
Continued on refacturing from string to ProtocolHandler:
authorRoland Haeder <roland@mxchange.org>
Fri, 17 Oct 2014 18:46:44 +0000 (20:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 17 Oct 2014 18:48:44 +0000 (20:48 +0200)
commit332e5f9a7d854a57aa91e24edbfa8cb267ea0a77
tree50305241206320676e37712770bc344a6482c3b4
parent499bc60d5007d8aa36d488c1fb0adceb123ab87d
Continued on refacturing from string to ProtocolHandler:
- Moved some classes to core as they become "generic" (generalized code).
- 'core' updated to latest commit

Signed-off-by: Roland Haeder <roland@mxchange.org>
14 files changed:
application/hub/interfaces/distributable/node/class_DistributableNode.php
application/hub/interfaces/handler/answer-status/class_HandleableAnswerStatus.php
application/hub/interfaces/handler/chunks/class_HandleableChunks.php
application/hub/interfaces/handler/class_Handleable.php [deleted file]
application/hub/interfaces/handler/message-types/class_HandleableMessage.php
application/hub/interfaces/handler/network/class_Networkable.php
application/hub/interfaces/handler/task/class_HandleableTask.php
application/hub/interfaces/protocol/class_ProtocolHandler.php [deleted file]
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php
application/hub/main/dht/node/class_NodeDhtFacade.php
application/hub/main/factories/handler/class_ProtocolHandler.php [new file with mode: 0644]
application/hub/main/handler/class_BaseHandler.php
application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
core