| 7 | |
| 8 | |
| 9 | const Be::ClassInfo* TriStepTestBlocking::ExposeToBlue() |
| 10 | { |
| 11 | EXPOSURE_BEGIN( TriStepTestBlocking, "" ) |
| 12 | MAP_INTERFACE( TriStepTestBlocking ) |
| 13 | |
| 14 | MAP_ATTRIBUTE( |
| 15 | "inProgress", |
| 16 | m_inProgress, |
| 17 | "This render step will return in progress while this is set", |
| 18 | Be::READWRITE | Be::PERSIST ) |
| 19 | |
| 20 | EXPOSURE_CHAINTO( TriRenderStep ) |
| 21 | } |
nothing calls this directly
no test coverage detected