Skip to content
Snippets Groups Projects
Commit e273afd4 authored by Locatelli's avatar Locatelli
Browse files

some changes

parent 2388b882
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,8 @@ private:
if (((visible == true) || ((visible == false) && (type == "acquisition_spy"))
|| ((visible == false) && (type == "scan_spy"))
|| ((visible == false) && (type == "level"))
|| ((visible == false) && (type == "commandline")))
|| ((visible == false) && (type == "commandline"))
|| ((visible == false) && (type == "command_zone_spy")))
&& (servant.properties_size() > 3)) {
WebServantController controller(servant.name());
for(auto property : servant.properties()) {
......@@ -376,7 +377,7 @@ int32 main(int32 argc, char* argv[]) {
sbuf << "tcp://" << instrumentName << ":" << port;
cout << "--> InstrumentName " << instrumentName << endl;
shared_ptr<cameo::Server> server = cameo::Server::create(getServerEndPoint());
shared_ptr<cameo::Server> server = cameo::Server::create(sbuf.str());
server->init();
int32 err = EXIT_SUCCESS;
This::init("nomadstate","tcp://localhost:7000");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment