First version of spectrum_manager
This commit is contained in:
parent
7f01140b4f
commit
c768550b66
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int main(int argc, char **argv)
|
|||
finished++;
|
||||
Swift::Client *client = new Swift::Client(CONFIG_STRING(&config, "service.admin_username") + "@" + (*it), CONFIG_STRING(&config, "service.admin_password"), &networkFactories);
|
||||
client->setAlwaysTrustCertificates();
|
||||
// client->onConnected.connect(bind(&handleConnected, client));
|
||||
client->onConnected.connect(boost::bind(&handleConnected, client));
|
||||
client->onDisconnected.connect(bind(&handleDisconnected, client, _1));
|
||||
// client->onMessageReceived.connect(bind(&handleMessageReceived, _1));
|
||||
Swift::ClientOptions opt;
|
||||
|
|
Loading…
Add table
Reference in a new issue