]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/tasks/idle/class_IdleLoopTask.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / tasks / idle / class_IdleLoopTask.php
index 20d394be53c76a3f0b4a9caf1314be9f21daa1cf..a8bba3544ff03ede4835cb1bb03953d0ae9ee927 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Task\IdleLoop;
+
 /**
  * A IdleLoop task
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -81,9 +84,7 @@ class IdleLoopTask extends BaseTask implements Taskable, Visitable {
         */
        public function doShutdown () {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+               self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
        }
-}
 
-// [EOF]
-?>
+}