

Public Member Functions | |
| ReadResponder (LLTextureCache *cache, handle_t handle) | |
| ~ReadResponder () | |
| void | completed (S32 bytes) |
Public Attributes | |
| LLTextureCache * | mCache |
| LLTextureCacheWorker::handle_t | mHandle |
Definition at line 53 of file lltexturecache.cpp.
| LLTextureCacheWorker::ReadResponder::ReadResponder | ( | LLTextureCache * | cache, | |
| handle_t | handle | |||
| ) | [inline] |
Definition at line 56 of file lltexturecache.cpp.
| LLTextureCacheWorker::ReadResponder::~ReadResponder | ( | ) | [inline] |
Definition at line 57 of file lltexturecache.cpp.
| void LLTextureCacheWorker::ReadResponder::completed | ( | S32 | bytes | ) | [inline, virtual] |
Implements LLLFSThread::Responder.
Definition at line 58 of file lltexturecache.cpp.
References LLTextureCache::getReader(), LLTextureCacheWorker::ioComplete(), LLTextureCache::lockWorkers(), mCache, mHandle, and LLTextureCache::unlockWorkers().

1.5.5