]> git.mxchange.org Git - hub.git/commit
Interfaces added, shutdown filter added, deprecated methods removed
authorRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 16:50:29 +0000 (16:50 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 16:50:29 +0000 (16:50 +0000)
commit9c40ceb2c5ccbddc67263658baf030c896a64743
tree8df9184b545bbcc6cf64491b348b7e8edb2d0eed
parent702bafa3b7a17782a880ce07c902731a5e2c10fb
Interfaces added, shutdown filter added, deprecated methods removed
14 files changed:
.gitattributes
application/hub/class_ApplicationHelper.php
application/hub/interfaces/pool/class_PoolableClient.php [new file with mode: 0755]
application/hub/interfaces/pool/class_PoolableListener.php [new file with mode: 0755]
application/hub/main/class_BaseHubSystem.php
application/hub/main/filter/bootstrap/class_HubBootstrapAquireHubIdFilter.php [new file with mode: 0755]
application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php [new file with mode: 0755]
application/hub/main/iterator/pool/class_ShutdownPoolIterator.php [new file with mode: 0755]
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/lists/class_BaseList.php
application/hub/main/visitor/class_BaseVisitor.php
application/hub/main/visitor/shutdown/.htaccess [new file with mode: 0755]
application/hub/main/visitor/shutdown/class_Shutdown [new file with mode: 0755]
application/hub/main/visitor/shutdown/class_ShutdownListenerPoolVisitor.php [new file with mode: 0755]