| 3996 | // |
| 3997 | |
| 3998 | static const TEXT* status_vector() //(const act* action) |
| 3999 | { |
| 4000 | return "ISC_STATUS"; |
| 4001 | // return (!action || !action->act_error) ? "ISC_NULL" : "ISC_STATUS"; |
| 4002 | } |
| 4003 | |
| 4004 | |
| 4005 | //____________________________________________________________ |
no outgoing calls
no test coverage detected