]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 17:19:17 +0000 (18:19 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 17:19:17 +0000 (18:19 +0100)
commit4b5300bc90a764fb235c1f55aced07a9097ef335
treeddf56feeaa784186099627cff3ab80330cb8cb57
parentaa7ee2dd8823d11425ddcfe7224268dfc1326103
Continued:
- Moved classes from wrapper to database/frontend
- Removed BaseSate class as this now is in 'core'
- Updated 'core' to latest commit

Signed-off-by: Roland Haeder <roland@mxchange.org>
12 files changed:
application/hub/interfaces/database/.htaccess [new file with mode: 0644]
application/hub/interfaces/database/frontend/.htaccess [new file with mode: 0644]
application/hub/interfaces/database/frontend/class_NodeDhtWrapper.php [new file with mode: 0644]
application/hub/interfaces/database/frontend/class_NodeInformationWrapper.php [new file with mode: 0644]
application/hub/interfaces/database/frontend/class_UnitDatabaseWrapper.php [new file with mode: 0644]
application/hub/interfaces/wrapper/.htaccess [deleted file]
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php [deleted file]
application/hub/interfaces/wrapper/class_NodeInformationWrapper.php [deleted file]
application/hub/interfaces/wrapper/class_UnitDatabaseWrapper.php [deleted file]
application/hub/main/states/class_ [deleted file]
application/hub/main/states/class_BaseState.php [deleted file]
core