diff options
author | Jacek Antonelli | 2009-04-01 23:15:29 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-02 01:43:46 -0500 |
commit | 713001efd41390bbcb28d071771ffae1201bab94 (patch) | |
tree | 2c2d29b0fa7e684dbfe4efb266223b1f53f326a6 /linden/indra/llmedia/llmediaimplcommon.h | |
parent | Added LLMediaBase::EDebugLevel and setDebugLevel stub. (diff) | |
download | meta-impy-713001efd41390bbcb28d071771ffae1201bab94.zip meta-impy-713001efd41390bbcb28d071771ffae1201bab94.tar.gz meta-impy-713001efd41390bbcb28d071771ffae1201bab94.tar.bz2 meta-impy-713001efd41390bbcb28d071771ffae1201bab94.tar.xz |
Added LLMediaImplCommon::setDebugLevel().
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmedia/llmediaimplcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplcommon.h b/linden/indra/llmedia/llmediaimplcommon.h index aa6c4d5..8a726f1 100644 --- a/linden/indra/llmedia/llmediaimplcommon.h +++ b/linden/indra/llmedia/llmediaimplcommon.h | |||
@@ -54,6 +54,7 @@ class LLMediaImplCommon : | |||
54 | // housekeeping | 54 | // housekeeping |
55 | virtual bool init(); | 55 | virtual bool init(); |
56 | virtual bool reset(); | 56 | virtual bool reset(); |
57 | virtual bool setDebugLevel( LLMediaBase::EDebugLevel level ); | ||
57 | virtual bool setMimeType( const std::string url ); | 58 | virtual bool setMimeType( const std::string url ); |
58 | virtual std::string getMimeType() const; | 59 | virtual std::string getMimeType() const; |
59 | virtual std::string getMediaURL() const; | 60 | virtual std::string getMediaURL() const; |
@@ -156,6 +157,7 @@ class LLMediaImplCommon : | |||
156 | LLMediaBase::ECommand mCommand; | 157 | LLMediaBase::ECommand mCommand; |
157 | LLMediaBase::EStatus mStatus; | 158 | LLMediaBase::EStatus mStatus; |
158 | bool mLooping; | 159 | bool mLooping; |
160 | LLMediaBase::EDebugLevel mDebugLevel; | ||
159 | }; | 161 | }; |
160 | 162 | ||
161 | #endif // LLMEDIAIMPLCOMMON_H | 163 | #endif // LLMEDIAIMPLCOMMON_H |