| 1098 | } |
| 1099 | |
| 1100 | void afxEffectWrapper::cleanup(bool was_stopped) |
| 1101 | { |
| 1102 | ea_finish(was_stopped); |
| 1103 | if (!mEffect_cons_id.undefined()) |
| 1104 | { |
| 1105 | mCons_mgr->setReferenceEffect(mEffect_cons_id, 0); |
| 1106 | mEffect_cons_id = afxConstraintID(); |
| 1107 | } |
| 1108 | } |
| 1109 | |
| 1110 | void afxEffectWrapper::setScopeStatus(bool in_scope) |
| 1111 | { |
nothing calls this directly
no test coverage detected