]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Deprecated visitor removed, new added, rewrites:
[hub.git] / application / hub / config.php
index 319f83868f4042deb7b590e12f4acaffdde2ee11..f0b6bc42fc029e71a36b744545f03007fdbc2c3d 100644 (file)
@@ -102,9 +102,6 @@ $cfg->setConfigEntry('tcp_network_package_handler_class', 'TcpNetworkPackageHand
 // CFG: SHUTDOWN-LISTENER-POOL-VISITOR-CLASS
 $cfg->setConfigEntry('shutdown_listener_pool_visitor_class', 'ShutdownListenerPoolVisitor');
 
-// CFG: HANDLER-LISTENER-POOL-VISITOR-CLASS
-$cfg->setConfigEntry('handler_listener_pool_visitor_class', 'HandlerListenerPoolVisitor');
-
 // CFG: ACTIVE-TASK-VISITOR-CLASS
 $cfg->setConfigEntry('active_task_visitor_class', 'ActiveTaskVisitor');
 
@@ -207,5 +204,11 @@ $cfg->setConfigEntry('task_pool_iterator_class', 'TaskPoolIterator');
 // CFG: DEFAULT-ITERATOR-CLASS
 $cfg->setConfigEntry('default_iterator_class', 'DefaultIterator');
 
+// CFG: LOCAL-QUERY-LIST-CLASS
+$cfg->setConfigEntry('local_query_list_class', 'LocalQueryList');
+
+// CFG: LOCAL-QUERY-CLASS
+$cfg->setConfigEntry('local_query_class', 'LocalQuery');
+
 // [EOF]
 ?>