Definition at line 123 of file test_server.cxx.
References add_serv(), add_serv_bool(), add_serv_str(), extraDns, DimUtil::getEnvVar(), new_servint, DimServer::start(), and DimService::updateService().
142 newDns =
new DimServerDns(extraDns, 0, (
char *)
"new_TEST");
158 new_servint =
new DimService(newDns,
"new_TEST/INTVAL",ival);
166 testServ =
new ServWithHandler((
char *)
"MY_NEW_TEST_SERVICE_WITH_HANDLER");
210 servint.updateService();
void add_serv(const int &ival)
static char * getEnvVar(char *varName)
void add_serv_bool(const bool &boolval)
void add_serv_str(const string &s1)
DimService * bool_serv[10]