Rename broker-related namespaces.

c++ namespace "comm" -> bro_broker
script module "Comm" -> BrokerComm
script module "Store" -> BrokerStore
This commit is contained in:
Jon Siwek 2015-03-05 16:20:51 -06:00
parent 25a4d0ebed
commit fa08083a92
65 changed files with 1142 additions and 1142 deletions

View file

@ -322,7 +322,7 @@ void net_run()
bool communication_enabled = using_communication;
#ifdef ENABLE_BROKER
communication_enabled |= comm_mgr->Enabled();
communication_enabled |= broker_mgr->Enabled();
#endif
if ( src )