| 40 | } |
| 41 | |
| 42 | const string G_CONFIG_TABLE::GetAlertPkey(const NET_TYPE type) const { |
| 43 | assert(type >= 0 && type < 2); |
| 44 | return AlertPubKey[type]; |
| 45 | } |
| 46 | |
| 47 | const vector<string> G_CONFIG_TABLE::GetInitPubKey(const NET_TYPE type) const { |
| 48 | assert(type >= 0 && type < 3); |
no outgoing calls
no test coverage detected