]> git.mxchange.org Git - hub.git/commit
Introduced getListIterator() to all lists implementing Listable
authorRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 22:08:56 +0000 (22:08 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 22:08:56 +0000 (22:08 +0000)
commita44489127edbf6dcbf0b1da401872c74aecf9c1a
tree50eb2b4706abd4dd84f046a49d0ad46937acd74c
parent0f3d022a5cfe24f5af7b9d469cf8b82dab2039dd
Introduced getListIterator() to all lists implementing Listable
13 files changed:
application/hub/config.php
application/hub/interfaces/lists/class_Listable.php
application/hub/main/connectors/query/local/class_LocalQueryConnector.php
application/hub/main/handler/network/class_BaseNetworkPackageHandler.php
application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/lists/groups/class_ListGroupList.php
application/hub/main/lists/hub/class_HubList.php
application/hub/main/lists/pool/class_PoolEntriesList.php
application/hub/main/lists/query/local/class_LocalQueryList.php
application/hub/main/lists/recipient/class_RecipientList.php
application/hub/main/lists/tasks/class_TaskList.php
application/hub/main/tasks/hub/ping/class_HubPingTask.php