| 207 | |
| 208 | template <typename T> |
| 209 | void endian_cmd_handler(ACE_scanner<T> *scanner, |
| 210 | E_endian_scan_type endian_scan_type) { |
| 211 | scanner->set_endian_scan_type(endian_scan_type); |
| 212 | } |
| 213 | |
| 214 | template <typename T> |
| 215 | void scan_level_cmd_handler(ACE_scanner<T> *scanner, |
nothing calls this directly
no test coverage detected