]> git.mxchange.org Git - hub.git/commit - application/hub/main/factories/package/class_NetworkPackageFactory.php
Package class renamed, continued (sorry for lame description)
authorRoland Häder <roland@mxchange.org>
Mon, 12 Apr 2010 20:25:14 +0000 (20:25 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 12 Apr 2010 20:25:14 +0000 (20:25 +0000)
commit3354cef4df30f6b239c92ec1bda67e5125ae5849
tree588757d90a1f1630511c555f663cb785ae4a1c61
parentcacbd34c6805904991845e9e15de907f22329641
Package class renamed, continued (sorry for lame description)
- Class NetworkPackageFactory was renamed from PackageFactory because the class
  does actually create only network package classes
- HubList class added for handling connected/disconnected classes
- Some tasks (e.g. NetworkPackageWriterTask) continued
22 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/package/class_Deliverable.php
application/hub/interfaces/tasks/class_Taskable.php
application/hub/main/factories/package/class_NetworkPackageFactory.php [new file with mode: 0644]
application/hub/main/factories/package/class_PackageFactory.php [deleted file]
application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/listener/udp/class_UdpListener.php
application/hub/main/lists/hub/.htaccess [new file with mode: 0644]
application/hub/main/lists/hub/class_HubList.php [new file with mode: 0644]
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/pools/client/class_DefaultClientPool.php
application/hub/main/tasks/hub/announcement/class_HubSelfAnnouncementTask.php
application/hub/main/tasks/hub/class_HubSelfConnectTask.php
application/hub/main/tasks/hub/ping/class_HubPingTask.php
application/hub/main/tasks/hub/update/class_HubUpdateCheckTask.php
application/hub/main/tasks/idle/class_IdleLoopTask.php
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php
application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php