Invoke the member function. */
| 68 | |
| 69 | /** Invoke the member function. */ |
| 70 | void |
| 71 | Execute(Object *, const EventObject &) override |
| 72 | { |
| 73 | if (m_That) |
| 74 | { |
| 75 | m_That->Execute(); |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | /** Invoke the member function with a const object */ |
| 80 | void |
nothing calls this directly
no outgoing calls
no test coverage detected