| 1173 | static const unsigned ANALYZE_EMP_NAME = 0x08; |
| 1174 | |
| 1175 | inline static void reset(IStatus* status) throw() |
| 1176 | { |
| 1177 | status->init(); |
| 1178 | } |
| 1179 | |
| 1180 | #define SET_OBJECT(rdb, object, id) rdb->rdb_port->setHandle(object, id) |
| 1181 |
no test coverage detected