| 425 | } |
| 426 | |
| 427 | void execute(ThrowStatusWrapper* status, IExternalContext* context, |
| 428 | unsigned action, void* oldMsg, void* newMsg) |
| 429 | { |
| 430 | IExternalTrigger* trigger = engine->getChild<IUdrTriggerFactory, IExternalTrigger>( |
| 431 | status, children, this, context, engine->triggers, moduleName); |
| 432 | |
| 433 | if (trigger) |
| 434 | trigger->execute(status, context, action, oldMsg, newMsg); |
| 435 | } |
| 436 | |
| 437 | public: |
| 438 | Engine* engine; |
no outgoing calls
no test coverage detected