From aa7ee2dd8823d11425ddcfe7224268dfc1326103 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 18:02:25 +0100 Subject: [PATCH] Moved and renamed 'wrapper' to 'database/frontend'. Signed-off-by: Roland Haeder --- application/hub/main/{wrapper => database}/.htaccess | 0 .../hub/main/{wrapper/cruncher => database/frontend}/.htaccess | 0 .../main/{wrapper/node => database/frontend/cruncher}/.htaccess | 0 .../frontend}/cruncher/class_CruncherUnitDatabaseWrapper.php | 0 .../main/{wrapper/states => database/frontend/node}/.htaccess | 0 .../node/class_NodeDistributedHashTableDatabaseWrapper.php | 0 .../frontend}/node/class_NodeInformationDatabaseWrapper.php | 0 application/hub/main/database/frontend/states/.htaccess | 1 + .../frontend}/states/class_PeerStateLookupDatabaseWrapper.php | 0 9 files changed, 1 insertion(+) rename application/hub/main/{wrapper => database}/.htaccess (100%) rename application/hub/main/{wrapper/cruncher => database/frontend}/.htaccess (100%) rename application/hub/main/{wrapper/node => database/frontend/cruncher}/.htaccess (100%) rename application/hub/main/{wrapper => database/frontend}/cruncher/class_CruncherUnitDatabaseWrapper.php (100%) rename application/hub/main/{wrapper/states => database/frontend/node}/.htaccess (100%) rename application/hub/main/{wrapper => database/frontend}/node/class_NodeDistributedHashTableDatabaseWrapper.php (100%) rename application/hub/main/{wrapper => database/frontend}/node/class_NodeInformationDatabaseWrapper.php (100%) create mode 100644 application/hub/main/database/frontend/states/.htaccess rename application/hub/main/{wrapper => database/frontend}/states/class_PeerStateLookupDatabaseWrapper.php (100%) diff --git a/application/hub/main/wrapper/.htaccess b/application/hub/main/database/.htaccess similarity index 100% rename from application/hub/main/wrapper/.htaccess rename to application/hub/main/database/.htaccess diff --git a/application/hub/main/wrapper/cruncher/.htaccess b/application/hub/main/database/frontend/.htaccess similarity index 100% rename from application/hub/main/wrapper/cruncher/.htaccess rename to application/hub/main/database/frontend/.htaccess diff --git a/application/hub/main/wrapper/node/.htaccess b/application/hub/main/database/frontend/cruncher/.htaccess similarity index 100% rename from application/hub/main/wrapper/node/.htaccess rename to application/hub/main/database/frontend/cruncher/.htaccess diff --git a/application/hub/main/wrapper/cruncher/class_CruncherUnitDatabaseWrapper.php b/application/hub/main/database/frontend/cruncher/class_CruncherUnitDatabaseWrapper.php similarity index 100% rename from application/hub/main/wrapper/cruncher/class_CruncherUnitDatabaseWrapper.php rename to application/hub/main/database/frontend/cruncher/class_CruncherUnitDatabaseWrapper.php diff --git a/application/hub/main/wrapper/states/.htaccess b/application/hub/main/database/frontend/node/.htaccess similarity index 100% rename from application/hub/main/wrapper/states/.htaccess rename to application/hub/main/database/frontend/node/.htaccess diff --git a/application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php b/application/hub/main/database/frontend/node/class_NodeDistributedHashTableDatabaseWrapper.php similarity index 100% rename from application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php rename to application/hub/main/database/frontend/node/class_NodeDistributedHashTableDatabaseWrapper.php diff --git a/application/hub/main/wrapper/node/class_NodeInformationDatabaseWrapper.php b/application/hub/main/database/frontend/node/class_NodeInformationDatabaseWrapper.php similarity index 100% rename from application/hub/main/wrapper/node/class_NodeInformationDatabaseWrapper.php rename to application/hub/main/database/frontend/node/class_NodeInformationDatabaseWrapper.php diff --git a/application/hub/main/database/frontend/states/.htaccess b/application/hub/main/database/frontend/states/.htaccess new file mode 100644 index 000000000..3a4288278 --- /dev/null +++ b/application/hub/main/database/frontend/states/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/hub/main/wrapper/states/class_PeerStateLookupDatabaseWrapper.php b/application/hub/main/database/frontend/states/class_PeerStateLookupDatabaseWrapper.php similarity index 100% rename from application/hub/main/wrapper/states/class_PeerStateLookupDatabaseWrapper.php rename to application/hub/main/database/frontend/states/class_PeerStateLookupDatabaseWrapper.php -- 2.39.5