| 355 | } |
| 356 | |
| 357 | DEFINE_ACTION_FUNCTION(DInterBackground, Create) |
| 358 | { |
| 359 | PARAM_PROLOGUE; |
| 360 | PARAM_POINTER(wbst, wbstartstruct_t); |
| 361 | ACTION_RETURN_POINTER(Create<DInterBackground>(wbst)); |
| 362 | } |
| 363 | |
| 364 | //==================================================================== |
| 365 | // |
nothing calls this directly
no test coverage detected