-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thunder R2 needs different 0001-Add-TextToSpeech-Interface.patch. So …
…added to resolve the patch issue.
- Loading branch information
Showing
3 changed files
with
27 additions
and
8 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
12 changes: 12 additions & 0 deletions
12
Tests/L2Tests/patches/0001-Add-TextToSpeech-Interface.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/interfaces/ITextToSpeech.h b/interfaces/ITextToSpeech.h | ||
index d28359e..4d20ac9 100644 | ||
--- a/interfaces/ITextToSpeech.h | ||
+++ b/interfaces/ITextToSpeech.h | ||
@@ -65,6 +65,7 @@ namespace Exchange { | ||
|
||
virtual void Register(ITextToSpeech::INotification* sink) = 0; | ||
virtual void Unregister(ITextToSpeech::INotification* sink) = 0; | ||
+ virtual void RegisterWithCallsign(const string callsign,ITextToSpeech::INotification* sink) = 0; | ||
|
||
// @property | ||
// @brief Query the status/enable tts |