| 205 | #endif |
| 206 | |
| 207 | void controlInit() |
| 208 | { |
| 209 | LOG(DEBUG); |
| 210 | gTMSITable.tmsiTabOpen(gConfig.getStr("Control.Reporting.TMSITable").c_str()); |
| 211 | LOG(DEBUG); |
| 212 | gNewTransactionTable.ttInit(); |
| 213 | LOG(DEBUG); |
| 214 | } |
| 215 | |
| 216 | }; |
no test coverage detected