]> git.mxchange.org Git - hub.git/commit
Some improvements:
authorRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 12:09:55 +0000 (13:09 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 12:09:55 +0000 (13:09 +0100)
commita25d98d4afab8260e3dc706b6322b4c3aeb02a0c
tree053f9c3d1bee7fe1cc1a64e47713a47cf0b52961
parent139a03a9ca952758bb14c840467c8c45a9b34d64
Some improvements:
- renamed BaseHubDiscovery -> BaseNodeDiscovery
- moved list-related code to BaseNodeDiscovery as this is more generic code
- Updated interface Discoverable with a missing public method from
  PackageRecipientDiscovery
- Other minor improvements

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/interfaces/discovery/class_Discoverable.php
application/hub/main/discovery/class_BaseHubDiscovery.php [deleted file]
application/hub/main/discovery/class_BaseNodeDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php
application/hub/main/discovery/socket/class_PackageSocketDiscovery.php