From 4dabd9c0472deb49573fdafef2fa413e59703f19 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Fri, 2 Mar 2007 21:25:50 +0000 Subject: merge release@58699 beta-1-14-0@58707 -> release --- indra/llaudio/llaudiodecodemgr.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'indra/llaudio/llaudiodecodemgr.h') diff --git a/indra/llaudio/llaudiodecodemgr.h b/indra/llaudio/llaudiodecodemgr.h index ea1358b8e9..a72d63a228 100644 --- a/indra/llaudio/llaudiodecodemgr.h +++ b/indra/llaudio/llaudiodecodemgr.h @@ -19,7 +19,6 @@ class LLVFS; class LLVorbisDecodeState; - class LLAudioDecodeMgr { public: @@ -27,19 +26,12 @@ public: ~LLAudioDecodeMgr(); void processQueue(const F32 num_secs = 0.005); - - LLLinkedQueue mDecodeQueue; - - LLVorbisDecodeState *mCurrentDecodep; - BOOL addDecodeRequest(const LLUUID &uuid); void addAudioRequest(const LLUUID &uuid); - - S32 getRequestCount(); protected: - LLLinkedQueue mDownloadQueue; - LLFrameTimer mCurrentTransferAge; + class Impl; + Impl* mImpl; }; extern LLAudioDecodeMgr *gAudioDecodeMgrp; -- cgit v1.2.3