| 124 | |
| 125 | |
| 126 | void FlowGraph::FreeObjectCallback(void* ctxt) |
| 127 | { |
| 128 | FlowGraph* graph = (FlowGraph*)ctxt; |
| 129 | graph->ReleaseForRegistration(); |
| 130 | } |
| 131 | |
| 132 | |
| 133 | void FlowGraph::FinishPrepareForLayout() |
nothing calls this directly
no test coverage detected