]> 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 22:44:35 +0000 (00:44 +0200)
commit1084abee050706e81e7e60538d52e61bc9a63e5a
treec39ec085f5e696625b8c0eed93dbcc46315f288a
parentfa1e85c6f610356bc1b4f7b01a57acce6741782f
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