]> git.mxchange.org Git - core.git/commit
Moved more code to BaseFile as it makes sense to have it there.
authorRoland Haeder <roland@mxchange.org>
Sat, 24 May 2014 13:10:43 +0000 (15:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 24 May 2014 13:10:43 +0000 (15:10 +0200)
commit8d8803b0e26be08bd5684c30e6e76778ca9371b4
tree2f48e4571ec1667147b74944e3b1b47b123d4286
parent2ee664c52d9a8f3bd882212b19057a7c1096b7cf
Moved more code to BaseFile as it makes sense to have it there.

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/block/.htaccess [new file with mode: 0644]
inc/classes/interfaces/block/calculatable/.htaccess [new file with mode: 0644]
inc/classes/interfaces/block/calculatable/class_CalculatableBlock.php [new file with mode: 0644]
inc/classes/interfaces/block/class_Block.php [new file with mode: 0644]
inc/classes/interfaces/calculatable/.htaccess [deleted file]
inc/classes/interfaces/calculatable/class_CalculatableBlock.php [deleted file]
inc/classes/interfaces/iterator/class_SeekableWritableFileIterator.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/file_directories/class_BaseFile.php
inc/classes/main/index/class_BaseIndex.php
inc/classes/main/stacker/file/class_BaseFileStack.php