]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php
Continued:
[city.git] / application / city / classes / city_daemon / default / class_SimulationDefaultCityDaemon.php
index 282015826695ab5d9cbd963a4b530cc11d528e65..a21b9d5fd0d3787f62c2b4b25ee4f106691bdf58 100644 (file)
@@ -2,13 +2,14 @@
 // Own namespace
 namespace Org\Mxchange\City\Daemon\Simulation;
 
-// Import own stuff
+// Import application-specific stuff
 use Org\Mxchange\City\Daemon\BaseCityDaemon;
 use Org\Mxchange\City\Helper\CityHelper;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
 use Org\Mxchange\CoreFramework\Handler\Task\HandleableTask;
+use Org\Mxchange\CoreFramework\Registry\Registerable;
 use Org\Mxchange\CoreFramework\Registry\Registry;
 use Org\Mxchange\CoreFramework\Request\Requestable;