Currently no error handling necessary, actionp can be anything.
| 5671 | |
| 5672 | // Currently no error handling necessary, actionp can be anything. |
| 5673 | int |
| 5674 | TSActionDone(TSAction actionp) |
| 5675 | { |
| 5676 | return (reinterpret_cast<Action *>(actionp) == ACTION_RESULT_DONE) ? 1 : 0; |
| 5677 | } |
| 5678 | |
| 5679 | /* Connections */ |
| 5680 |
no outgoing calls