]> git.mxchange.org Git - hub.git/commit
Code cleanups and project continued:
authorRoland Häder <roland@mxchange.org>
Thu, 1 Sep 2011 07:43:54 +0000 (07:43 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 1 Sep 2011 07:43:54 +0000 (07:43 +0000)
commit078f65e6590b6e152e466d655152b5c1ca3ee194
tree7144e8c3239d6874e27074238e04efd2055a5f5c
parent6ee1b1c557fb64b4faa47f00b9dab2c9f8dd1f85
Code cleanups and project continued:
- Some 'abstract' removed
- Some code moved to HubTools::determineOwnExternalIp() to encapsulate it
- Peer state lookup now working partly (still one part is left)
- Other cleanups
13 files changed:
.gitattributes
application/hub/exceptions/peer/class_PeerAlreadyRegisteredException.php
application/hub/main/database/wrapper/node/class_NodeInformationDatabaseWrapper.php
application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php
application/hub/main/factories/states/peer/class_PeerStateFactory.php
application/hub/main/helper/messages/class_BaseMessageHelper.php
application/hub/main/producer/class_BaseProducer.php
application/hub/main/producer/cruncher/class_BaseKeyProducer.php
application/hub/main/producer/cruncher/class_BaseUnitProducer.php
application/hub/main/resolver/controller/http/class_HubHttpControllerResolver.php [new file with mode: 0644]
application/hub/main/tools/class_HubTools.php