aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJacek Antonelli2009-04-01 23:15:29 -0500
committerJacek Antonelli2009-04-02 01:43:46 -0500
commit713001efd41390bbcb28d071771ffae1201bab94 (patch)
tree2c2d29b0fa7e684dbfe4efb266223b1f53f326a6 /ChangeLog.txt
parentAdded LLMediaBase::EDebugLevel and setDebugLevel stub. (diff)
downloadmeta-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.txt6
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 @@
12009-04-01 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-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