namespace Hub\Database\Frontend\Node\Dht;
// Import application-specific stuff
+use Hub\Database\Frontend\Node\Information\NodeInformationDatabaseWrapper;
use Hub\Factory\Node\NodeObjectFactory;
use Hub\Node\BaseHubNode;
namespace Hub\Node;
// Import hub-specific stuff
+use Hub\Database\Frontend\Node\Information\NodeInformationDatabaseWrapper;
use Hub\Generic\BaseHubSystem;
use Hub\Network\Receive\Receivable;
use Hub\Tools\HubTools;
namespace Hub\Resolver\Protocol\Tcp;
// Import application-specific stuff
+use Hub\Database\Frontend\Node\Information\NodeInformationDatabaseWrapper;
use Hub\Node\Helper\NodeHelper;
// Import framework stuff
// Own namespace
namespace Hub\Locator\Node;
+// Import application-specific stuff
+use Hub\Database\Frontend\Node\Information\NodeInformationDatabaseWrapper;
+
// Import framework stuff
use CoreFramework\Object\BaseFrameworkSystem;
$cfg->setConfigEntry('output_class', 'DebugConsoleOutput');
// CFG: NODE-INFO-DB-WRAPPER-CLASS
-$cfg->setConfigEntry('node_info_db_wrapper_class', 'NodeInformationDatabaseWrapper');
+$cfg->setConfigEntry('node_info_db_wrapper_class', 'Hub\Database\Frontend\Node\Information\NodeInformationDatabaseWrapper');
// CFG: NODE-DHT-DB-WRAPPER-CLASS
$cfg->setConfigEntry('node_dht_db_wrapper_class', 'NodeDistributedHashTableDatabaseWrapper');