MCPcopy Create free account
hub / github.com/acl-dev/acl / ~master_base

Method ~master_base

lib_acl_cpp/src/master/master_base.cpp:30–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30master_base::~master_base()
31{
32 for (std::vector<server_socket*>::iterator it = servers_.begin();
33 it != servers_.end(); ++it) {
34
35 delete *it;
36 }
37
38 // free the global resource for avoiding valgrind to report warning
39 conf_.reset();
40 acl_app_conf_unload();
41 acl_debug_end();
42 acl_msg_close();
43}
44
45master_base& master_base::set_cfg_bool(master_bool_tbl* table)
46{

Callers

nothing calls this directly

Calls 6

acl_app_conf_unloadFunction · 0.85
acl_debug_endFunction · 0.85
acl_msg_closeFunction · 0.85
beginMethod · 0.80
endMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected