| 1027 | } |
| 1028 | |
| 1029 | void CActions::reset() |
| 1030 | { |
| 1031 | for (int i = 0; i < M_nbAction; i++) { |
| 1032 | delete M_actionList[i]; |
| 1033 | M_actionList[i] = nullptr; |
| 1034 | } |
| 1035 | M_nbAction = 0; |
| 1036 | } |
| 1037 | |
| 1038 | int CActions::getActionSize() |
| 1039 | { |
nothing calls this directly
no outgoing calls
no test coverage detected