Skip to content

Commit

Permalink
Add reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yyzhong-g committed May 13, 2024
1 parent 9f2d9fc commit 030a625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/InteractionModelDelegatePointers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ app::TimedHandlerDelegate * GlobalInstanceProvider<app::TimedHandlerDelegate>::I
return app::InteractionModelEngine::GetInstance();
}

template <>
app::WriteHandlerDelegate * GlobalInstanceProvider<app::WriteHandlerDelegate>::InstancePointer()
{
return app::InteractionModelEngine::GetInstance();
}

} // namespace chip

#endif

0 comments on commit 030a625

Please sign in to comment.