From: Roland Häder Date: Fri, 19 May 2017 00:46:20 +0000 (+0200) Subject: added missing namespaces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e8c915880aa4ca970ec0a2b522ee9c1c6b47055;p=hub.git added missing namespaces Signed-off-by: Roland Häder --- diff --git a/application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php b/application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php index fadb4170c..f87c66fc2 100644 --- a/application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php +++ b/application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php @@ -1,6 +1,6 @@ setConfigEntry('news_process_filter', 'CoreFramework\Filter\News\NewsProce $cfg->setConfigEntry('node_php_requirements_filter', 'Hub\Filter\Node\Requirements\NodePhpRequirementsFilter'); // CFG: NODE-INITIALIZER-FILTER -$cfg->setConfigEntry('node_initializer_filter', 'NodeInitializationFilter'); +$cfg->setConfigEntry('node_initializer_filter', 'Hub\Filter\Node\Initialization\NodeInitializationFilter'); // CFG: NODE-ACTIVATION-TASK-HANDLER-INITIALIZER-FILTER -$cfg->setConfigEntry('node_activation_task_handler_initializer_filter', 'NodeTaskHandlerInitializerFilter'); +$cfg->setConfigEntry('node_activation_task_handler_initializer_filter', 'Hub\Filter\Initializer\Node\Handler\Task\NodeTaskHandlerInitializerFilter'); // CFG: NODE-ACTIVATION-ANNOUNCEMENT-TASK-FILTER $cfg->setConfigEntry('node_activation_announcement_task_filter', 'NodeActivationAnnouncementFilter'); // CFG: NODE-WELCOME-TEASER-FILTER -$cfg->setConfigEntry('node_welcome_teaser_filter', 'NodeWelcomeTeaserFilter'); +$cfg->setConfigEntry('node_welcome_teaser_filter', 'Hub\Filter\Node\WelcomeTeaser\NodeWelcomeTeaserFilter'); // CFG: NODE-BOOTSTRAP-GENERATE-NODEID-FILTER -$cfg->setConfigEntry('node_bootstrap_generate_nodeid_filter', 'NodeBootstrapGenerateNodeIdFilter'); +$cfg->setConfigEntry('node_bootstrap_generate_nodeid_filter', 'Hub\Filter\Bootstrap\Node\NodeId\NodeBootstrapGenerateNodeIdFilter'); // CFG: NODE-BOOTSTRAP-GENERATE-SESSIONID-FILTER -$cfg->setConfigEntry('node_bootstrap_generate_sessionid_filter', 'NodeBootstrapGenerateSessionIdFilter'); +$cfg->setConfigEntry('node_bootstrap_generate_sessionid_filter', 'Hub\Filter\Bootstrap\Node\SessionId\NodeBootstrapGenerateSessionIdFilter'); // CFG: NODE-BOOTSTRAP-GENERATE-PRIVATE-KEY-FILTER -$cfg->setConfigEntry('node_bootstrap_generate_private_key_filter', 'NodeBootstrapGeneratePrivateKeyFilter'); +$cfg->setConfigEntry('node_bootstrap_generate_private_key_filter', 'Hub\Filter\Bootstrap\Node\PrivateKey\NodeBootstrapGeneratePrivateKeyFilter'); // CFG: NODE-BOOTSTRAP-EXTRA-BOOTSTRAPPING-FILTER -$cfg->setConfigEntry('node_bootstrap_extra_bootstrapping_filter', 'NodeBootstrapExtraBootstrappingFilter'); +$cfg->setConfigEntry('node_bootstrap_extra_bootstrapping_filter', 'Hub\Filter\Bootstrap\Node\Extra\NodeBootstrapExtraBootstrappingFilter'); // CFG: NODE-BOOTSTRAP-LISTENER-POOL-FILTER -$cfg->setConfigEntry('node_bootstrap_listener_pool_filter', 'NodeBootstrapListenerPoolFilter'); +$cfg->setConfigEntry('node_bootstrap_listener_pool_filter', 'Hub\Filter\Bootstrap\Node\Pool\NodeBootstrapListenerPoolFilter'); // CFG: NODE-SHUTDOWN-FLUSH-NODE-LIST-FILTER -$cfg->setConfigEntry('node_shutdown_flush_node_list_filter', 'NodeShutdownFlushNodeListFilter'); +$cfg->setConfigEntry('node_shutdown_flush_node_list_filter', 'Hub\Filter\Shutdown\Node\NodeList\NodeShutdownFlushNodeListFilter'); // CFG: NODE-SHUTDOWN-TASK-HANDLER-FILTER -$cfg->setConfigEntry('node_shutdown_task_handler_filter', 'NodeShutdownTaskHandlerFilter'); +$cfg->setConfigEntry('node_shutdown_task_handler_filter', 'Hub\Filter\Shutdown\Node\Handler\Task\NodeShutdownTaskHandlerFilter'); // CFG: NODE-SHUTDOWN-NODE-FILTER -$cfg->setConfigEntry('node_shutdown_node_filter', 'NodeShutdownNodeFilter'); +$cfg->setConfigEntry('node_shutdown_node_filter', 'Hub\Filter\Shutdown\Node\NodeShutdownNodeFilter'); // CFG: PACKAGE-FILTER-CHAIN-CLASS $cfg->setConfigEntry('package_filter_chain_class', 'PackageFilterChain'); @@ -262,7 +262,7 @@ $cfg->setConfigEntry('node_answer_message_dht_bootstrap_helper_class', 'NodeDhtB $cfg->setConfigEntry('node_next_announcement_answer_okay_helper_class', 'NodeRequestNodeListHelper'); // CFG: NEWS-READER-MAIN-CLASS -$cfg->setConfigEntry('news_reader_main_class', 'ConsoleNewsReader'); +$cfg->setConfigEntry('news_reader_main_class', 'CoreFramework\Reader\News\Console\ConsoleNewsReader'); // CFG: NODE-ANNOUNCEMENT-TEMPLATE-CLASS $cfg->setConfigEntry('node_announcement_template_class', 'XmlAnnouncementTemplateEngine');