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 /ChangeLog.txt | |
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-- | ChangeLog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 51deeef..82b6b28 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,11 @@ | |||
1 | 2009-04-01 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-04-01 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/llmedia/llmediaimplcommon.cpp: | ||
4 | Added LLMediaImplCommon::setDebugLevel(). | ||
5 | * linden/indra/llmedia/llmediaimplcommon.h: | ||
6 | Ditto. | ||
7 | |||
8 | |||
3 | * linden/indra/llmedia/llmediabase.h: | 9 | * linden/indra/llmedia/llmediabase.h: |
4 | Added LLMediaBase::EDebugLevel and setDebugLevel prototype. | 10 | Added LLMediaBase::EDebugLevel and setDebugLevel prototype. |
5 | 11 | ||