]> git.mxchange.org Git - hub.git/commitdiff
Moved Taskable to 'core'.
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 22:51:19 +0000 (23:51 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 22:51:53 +0000 (23:51 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
application/hub/interfaces/tasks/.htaccess [deleted file]
application/hub/interfaces/tasks/class_Taskable.php [deleted file]
application/hub/main/controller/html/.htaccess [new file with mode: 0644]
application/hub/main/controller/http/.htaccess [deleted file]
core

index 9adff562d099a8e70619bdec328a7048c867062b..97ff9a483149934713e6b428661bbfbee17158cc 100644 (file)
@@ -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 (file)
index 3a42882..0000000
+++ /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 (file)
index 79d30b0..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-/**
- * An interface for tasks
- *
- * @author             Roland Haeder <webmaster@shipsimu.org>
- * @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 <http://www.gnu.org/licenses/>.
- */
-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 (file)
index 0000000..3a42882
--- /dev/null
@@ -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 (file)
index 3a42882..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Deny from all
diff --git a/core b/core
index 10ac8b8c83a1194031e419c9d0c11326f181c649..69e15880c80ca131c7ddde022366d4198d0fce4c 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 10ac8b8c83a1194031e419c9d0c11326f181c649
+Subproject commit 69e15880c80ca131c7ddde022366d4198d0fce4c