| 2307 | //----------------------------------------------------------------------------- |
| 2308 | |
| 2309 | void SimObject::inspectPostApply() |
| 2310 | { |
| 2311 | onInspectPostApply_callback(this); |
| 2312 | } |
| 2313 | |
| 2314 | //----------------------------------------------------------------------------- |
| 2315 |
no outgoing calls
no test coverage detected