| 326 | } |
| 327 | |
| 328 | std::shared_ptr<AFNodeManager> AFCRow::GetNodeManager() const |
| 329 | { |
| 330 | return m_pNodeManager; |
| 331 | } |
| 332 | |
| 333 | int AFCRow::OnDataCallBack(AFINode* pNode, const AFIData& old_data, const AFIData& new_data) |
| 334 | { |
nothing calls this directly
no outgoing calls
no test coverage detected