]> git.mxchange.org Git - hub.git/commit
ListenerPool added with Poolable interface (should we change the name of the interface?)
authorRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 18:47:12 +0000 (18:47 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Jul 2009 18:47:12 +0000 (18:47 +0000)
commitbb06bccb4d08f8ff539388d1d141bb767db34cc6
tree1551bf7b4cfa0389a7af78e83c7fa57f769dab39
parentc9d2506483b57950d5ff148b112e82a2e5713337
ListenerPool added with Poolable interface (should we change the name of the interface?)
12 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/pool/.htaccess [new file with mode: 0644]
application/hub/interfaces/pool/class_Poolable.php [new file with mode: 0644]
application/hub/main/listener/class_
application/hub/main/listener/pool/.htaccess [deleted file]
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/pools/.htaccess [new file with mode: 0644]
application/hub/main/pools/class_ [new file with mode: 0644]
application/hub/main/pools/class_BasePool.php [new file with mode: 0644]
application/hub/main/pools/listener/.htaccess [new file with mode: 0644]
application/hub/main/pools/listener/class_DefaultListenerPool.php [new file with mode: 0644]