diff options
author | Oz Linden <oz@lindenlab.com> | 2012-03-21 11:50:03 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-03-21 11:50:03 -0400 |
commit | 8ce4be7688bfcf6852a26d0e942aca907cd57a67 (patch) | |
tree | 222c1281bc3c947279eadaea45ca8ab0a8818481 /indra/newview/lltexturefetch.cpp | |
parent | 00717147d2b832fa3239267edf409f0a1dfcd9fd (diff) | |
parent | 5b2dbbadf70ee33bfd288b6384ae0d51715488b1 (diff) |
merging up to latest viewer-development
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index f18aa8b4e6..290bdd057e 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -418,6 +418,7 @@ private: * is required to distribute data and perform global actions. * In pseudo-UML, it looks like: * + * @verbatim * Main Thread1 * . . * . . @@ -460,7 +461,6 @@ private: * . . * . . * - * * Key: * * SRE - Set Region Enqueued. Enqueue a 'Set Region' command in @@ -485,6 +485,7 @@ private: * global pointers used to find the 'current stats'. * RSC - Read Stats Collector. Extract collector data cloning it * (i.e. deep copy) when necessary. + * @endverbatim * */ class LLTextureFetch::TFRequest // : public LLQueuedThread::QueuedRequest |