]> git.mxchange.org Git - hub.git/commit
Swapped code, moved/renamed classes and interfaces:
authorRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 16:31:30 +0000 (16:31 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 16:31:30 +0000 (16:31 +0000)
commit3bad63290d2b73649d0ffc860999332b9dc96740
tree25f17a8a86c92006fc4f5a3242d8a7a11138b782
parent3edf22e2a78f8aafcdc41cff681f1c770944fe0e
Swapped code, moved/renamed classes and interfaces:
- Swapped code between TestUnitSource and CryptoRandomUnitMessageHelper, the
  helper is now encapsulating and the source is now a source for the helper
- Introduced generic Helper interface to existing helper interfaces (from latest
  'core' changes)
- Renamed/moved some classes/interfaces
- TODOs.txt updated
14 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/helper/hub/class_HelpableHub.php
application/hub/interfaces/helper/messages/.htaccess [new file with mode: 0644]
application/hub/interfaces/helper/messages/class_MessageHelper.php [new file with mode: 0644]
application/hub/interfaces/messages/class_MessageHelper.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php
application/hub/main/helper/messages/crypto/class_CryptoRandomMessageHelper.php
application/hub/main/helper/messages/crypto/class_CryptoRandomUnitMessageHelper.php [new file with mode: 0644]
application/hub/main/producer/class_BaseProducer.php
application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php
application/hub/main/source/units/class_TestUnitSource.php
docs/TODOs.txt