summaryrefslogtreecommitdiff
path: root/indra/media_plugins/webkit
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-22 12:36:10 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-22 12:36:10 +0000
commit1b6a57564c166e9b54eba8e6a1eccc4399d387ec (patch)
tree0ef7ab9f29f1971015461394fd231a4347f95e5e /indra/media_plugins/webkit
parentaa654ae427a8b6566494186f72c505e371d8ca00 (diff)
more work on the volume-catcher interface.
Diffstat (limited to 'indra/media_plugins/webkit')
-rw-r--r--indra/media_plugins/webkit/linux_volume_catcher.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp
index c2d8885dc0..8d8600c344 100644
--- a/indra/media_plugins/webkit/linux_volume_catcher.cpp
+++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp
@@ -43,9 +43,8 @@
class LinuxVolumeCatcherImpl
{
public:
- //void setVol(F32 volume); // 0.0-1.0
- //void pump(void);
- //LinuxVolumeCatcherImpl *impl;
+ void setVol(F32 volume);
+ void pump(void);
private:
F32 mDesiredVolume;