| 331 | } |
| 332 | |
| 333 | int AFCRow::OnDataCallBack(AFINode* pNode, const AFIData& old_data, const AFIData& new_data) |
| 334 | { |
| 335 | if (func_) |
| 336 | { |
| 337 | func_(row_, pNode, old_data, new_data); |
| 338 | } |
| 339 | |
| 340 | return 0; |
| 341 | } |
| 342 | |
| 343 | } // namespace ark |
nothing calls this directly
no outgoing calls
no test coverage detected