diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-08-18 22:27:19 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-10-13 22:05:36 +0300 |
commit | 1e7fd6302aa39f1a011e2e4d711bca7a88a62076 (patch) | |
tree | 16da3c7404b28b182b3b578ef60e03c21b18ee18 /indra/newview/llvoicevivox.h | |
parent | 241881309a568c2521ef773bf43544298ff1fd61 (diff) |
SL-15462 Refactor voiceControlCoro() into a state machine #2
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 4ee0545a72..cf30a4e86a 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -626,6 +626,7 @@ private: // Coroutine support methods //--- void voiceControlCoro(); + void voiceControlStateMachine(S32 &coro_state); bool endAndDisconnectSession(); |