diff options
author | Rider Linden <rider@lindenlab.com> | 2015-05-15 16:48:03 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-05-15 16:48:03 -0700 |
commit | 732fceca673c4d33253e1f49353eaa40b7079339 (patch) | |
tree | 3ec7645a893ee480ccd0d7eff131dece73a16f2e /indra/newview/llvoicevivox.h | |
parent | e2d68193742014c43dd98646903a18bb12f9c16b (diff) |
Coroutine voice account provision
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-x | indra/newview/llvoicevivox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 8fd3d955fe..5e20351e73 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -48,7 +48,6 @@ class LLVivoxProtocolParser; #include "llvoiceclient.h" class LLAvatarName; -class LLVivoxVoiceAccountProvisionResponder; class LLVivoxVoiceClientMuteListObserver; @@ -253,7 +252,6 @@ protected: ////////////////////// // Vivox Specific definitions - friend class LLVivoxVoiceAccountProvisionResponder; friend class LLVivoxVoiceClientMuteListObserver; friend class LLVivoxVoiceClientFriendsObserver; @@ -637,6 +635,8 @@ protected: void accountGetTemplateFontsResponse(int statusCode, const std::string &statusString); private: + + void voiceAccountProvisionCoro(LLCoros::self& self, std::string &url, S32 retries); void parcelVoiceInfoRequestCoro(LLCoros::self& self, std::string &url); LLVoiceVersionInfo mVoiceVersion; |