summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.h
diff options
context:
space:
mode:
authorBjoseph Wombat <bjoseph@vivox.com>2015-03-22 13:04:09 -0400
committerBjoseph Wombat <bjoseph@vivox.com>2015-03-22 13:04:09 -0400
commitf3120efae8a737336d8e313ca5cb5bb519f9b358 (patch)
tree5bcaeffbac1642c6eb9b52c0e1e317a97f9d9fb4 /indra/newview/llvoiceclient.h
parent4941749bb4d3b66f55c9c61d7e18305d92ec6986 (diff)
Mic setting changes some device list is up to date, mic loop test works,
removed obsolete code and fine tuned voice state machine to avoid frequent neccessary code paths.
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rwxr-xr-xindra/newview/llvoiceclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h
index 4c6ff5ef8f..51961468ca 100755
--- a/indra/newview/llvoiceclient.h
+++ b/indra/newview/llvoiceclient.h
@@ -128,6 +128,7 @@ public:
// This returns true when it's safe to bring up the "device settings" dialog in the prefs.
// i.e. when the daemon is running and connected, and the device lists are populated.
virtual bool deviceSettingsAvailable()=0;
+ virtual bool deviceSettingsUpdated() = 0;
// Requery the vivox daemon for the current list of input/output devices.
// If you pass true for clearCurrentList, deviceSettingsAvailable() will be false until the query has completed
@@ -335,6 +336,7 @@ public:
// This returns true when it's safe to bring up the "device settings" dialog in the prefs.
// i.e. when the daemon is running and connected, and the device lists are populated.
bool deviceSettingsAvailable();
+ bool deviceSettingsUpdated(); // returns true when the device list has been updated recently.
// Requery the vivox daemon for the current list of input/output devices.
// If you pass true for clearCurrentList, deviceSettingsAvailable() will be false until the query has completed