-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency of InteractionModelEngine in CommandHandler (#31830)
* Remove dependency of InteractionModelEngine in CommandHandler * Address comments and fix tizen test * Fix tizen example * Fix segfault in CommandHandler::Handle::Get() * Change CommandHandler::Callback function name * Add virtual function in CommandHandler::Callback in CommandResponseSender * Add mpCallback null checks * Add weak reference to CommandHandler * Remove magic number from ImEngine * self clean up * Restyled by clang-format * Use IntrusiveList for weak references of the Handles * Update src/app/CommandHandler.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update src/app/CommandHandler.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update src/app/CommandHandler.h Co-authored-by: Boris Zbarsky <[email protected]> * compile fix after renaming --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
1 parent
a2792ff
commit 6090618
Showing
4 changed files
with
78 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters