]> git.mxchange.org Git - hub.git/commit
Moved "discovery" interfaces to sub folders, to allow generic interface 'Discoverable...
authorRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 11:58:58 +0000 (12:58 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 11:58:58 +0000 (12:58 +0100)
commit139a03a9ca952758bb14c840467c8c45a9b34d64
treee6ea29df4a6f3748337e995cfadfb005034fb1d2
parentf7c45cdf6b3ae125f927d6b90ef511cb08d21eaf
Moved "discovery" interfaces to sub folders, to allow generic interface 'Discoverable' being added.

Signed-off-by: Roland Haeder <roland@mxchange.org>
12 files changed:
application/hub/interfaces/discovery/class_Discoverable.php [new file with mode: 0644]
application/hub/interfaces/discovery/class_DiscoverableDhtRecipient.php [deleted file]
application/hub/interfaces/discovery/class_DiscoverableNodeRecipient.php [deleted file]
application/hub/interfaces/discovery/class_DiscoverableSocket.php [deleted file]
application/hub/interfaces/discovery/dht/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/dht/class_DiscoverableDhtRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/node/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/node/class_DiscoverableNodeRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/socket/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/socket/class_DiscoverableSocket.php [new file with mode: 0644]
application/hub/main/discovery/class_BaseHubDiscovery.php
application/hub/main/factories/package/class_NetworkPackageFactory.php