]> git.mxchange.org Git - hub.git/commit
Decorators for hub/client listeners added
authorRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 20:50:23 +0000 (20:50 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 20:50:23 +0000 (20:50 +0000)
commit3e4f9004d23813a2b1445efad81e2c373813f53c
tree38c504a2fa62c972caae6e479c583da63068a03d
parent569e46aa8309f5716bcf91bee6f103c046b0eb14
Decorators for hub/client listeners added
.gitattributes
application/hub/config.php
application/hub/main/listener/class_BaseListenerDecorator.php [new file with mode: 0644]
application/hub/main/listener/tcp/decorators/.htaccess [new file with mode: 0644]
application/hub/main/listener/tcp/decorators/class_ClientTcpListenerDecorator.php [new file with mode: 0644]
application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php [new file with mode: 0644]
application/hub/main/listener/udp/decorators/.htaccess [new file with mode: 0644]
application/hub/main/listener/udp/decorators/class_ClientUdpListenerDecorator.php [new file with mode: 0644]
application/hub/main/listener/udp/decorators/class_HubUdpListenerDecorator.php [new file with mode: 0644]
application/hub/main/nodes/class_BaseHubNode.php