From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/llaudio/llaudiodecodemgr.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'linden/indra/llaudio/llaudiodecodemgr.h') diff --git a/linden/indra/llaudio/llaudiodecodemgr.h b/linden/indra/llaudio/llaudiodecodemgr.h index 3480004..aab7144 100644 --- a/linden/indra/llaudio/llaudiodecodemgr.h +++ b/linden/indra/llaudio/llaudiodecodemgr.h @@ -38,7 +38,6 @@ class LLVFS; class LLVorbisDecodeState; - class LLAudioDecodeMgr { public: @@ -46,19 +45,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.1