]> git.mxchange.org Git - hub.git/commit
Renamed a lot 'Peer' classes to 'Node' or 'Client' depending on what they are written for
authorRoland Häder <roland@mxchange.org>
Sun, 24 Apr 2011 08:35:49 +0000 (08:35 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 24 Apr 2011 08:35:49 +0000 (08:35 +0000)
commit574060bd24fce7557acbd4dc3a4c5b9429f8846b
tree61c6ae70354225a7e5daf152b6297d6ce44e5f6b
parent1844f8e7d5a21efb8ae6d1171110a84e35c1bd69
Renamed a lot 'Peer' classes to 'Node' or 'Client' depending on what they are written for
15 files changed:
.gitattributes
application/hub/config.php
application/hub/main/database/wrapper/states/class_NodeStateLookupDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/main/factories/states/peer/class_PeerStateFactory.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/listener/tcp/decorators/class_ClientTcpListenerDecorator.php [new file with mode: 0644]
application/hub/main/listener/tcp/decorators/class_PeerTcpListenerDecorator.php
application/hub/main/listener/udp/decorators/class_ClientUdpListenerDecorator.php [new file with mode: 0644]
application/hub/main/listener/udp/decorators/class_PeerUdpListenerDecorator.php
application/hub/main/lookup/peer/class_NodeStateLookupTable.php [new file with mode: 0644]
application/hub/main/lookup/peer/class_PeerStateLookupTable.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/states/peer/new/class_NewConnectionNodeState.php [new file with mode: 0644]
application/hub/main/states/peer/new/class_NewConnectionPeerState.php