From: Roland Haeder Date: Tue, 24 Mar 2015 22:51:19 +0000 (+0100) Subject: Moved Taskable to 'core'. X-Git-Url: https://git.mxchange.org/?p=hub.git;a=commitdiff_plain;h=d5f80823167ed194659caf5f2b6b344658d2182b Moved Taskable to 'core'. Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 9adff562d..97ff9a483 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -102,9 +102,6 @@ $cfg->setConfigEntry('udp_raw_data_handler_class', 'UdpRawDataHandler'); // CFG: SHUTDOWN-LISTENER-POOL-VISITOR-CLASS $cfg->setConfigEntry('shutdown_listener_pool_visitor_class', 'ShutdownListenerPoolVisitor'); -// CFG: SHUTDOWN-TASK-VISITOR-CLASS -$cfg->setConfigEntry('shutdown_task_visitor_class', 'ShutdownTaskVisitor'); - // CFG: SHUTDOWN-SOCKET-VISITOR-CLASS $cfg->setConfigEntry('shutdown_socket_visitor_class', 'ShutdownSocketVisitor'); diff --git a/application/hub/interfaces/tasks/.htaccess b/application/hub/interfaces/tasks/.htaccess deleted file mode 100644 index 3a4288278..000000000 --- a/application/hub/interfaces/tasks/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/application/hub/interfaces/tasks/class_Taskable.php b/application/hub/interfaces/tasks/class_Taskable.php deleted file mode 100644 index 79d30b043..000000000 --- a/application/hub/interfaces/tasks/class_Taskable.php +++ /dev/null @@ -1,34 +0,0 @@ - - * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team - * @license GNU GPL 3.0 or any newer version - * @link http://www.shipsimu.org - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -interface Taskable extends FrameworkInterface { - /** - * Executes the task - * - * @return void - */ - function executeTask (); -} - -// [EOF] -?> diff --git a/application/hub/main/controller/html/.htaccess b/application/hub/main/controller/html/.htaccess new file mode 100644 index 000000000..3a4288278 --- /dev/null +++ b/application/hub/main/controller/html/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/hub/main/controller/http/.htaccess b/application/hub/main/controller/http/.htaccess deleted file mode 100644 index 3a4288278..000000000 --- a/application/hub/main/controller/http/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/core b/core index 10ac8b8c8..69e15880c 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 10ac8b8c83a1194031e419c9d0c11326f181c649 +Subproject commit 69e15880c80ca131c7ddde022366d4198d0fce4c