

Public Member Functions | |
| WriteResponder (LLTextureCache *cache, handle_t handle) | |
| ~WriteResponder () | |
| void | completed (S32 bytes) |
Public Attributes | |
| LLTextureCache * | mCache |
| LLTextureCacheWorker::handle_t | mHandle |
Definition at line 69 of file lltexturecache.cpp.
| LLTextureCacheWorker::WriteResponder::WriteResponder | ( | LLTextureCache * | cache, | |
| handle_t | handle | |||
| ) | [inline] |
Definition at line 72 of file lltexturecache.cpp.
| LLTextureCacheWorker::WriteResponder::~WriteResponder | ( | ) | [inline] |
Definition at line 73 of file lltexturecache.cpp.
| void LLTextureCacheWorker::WriteResponder::completed | ( | S32 | bytes | ) | [inline, virtual] |
Implements LLLFSThread::Responder.
Definition at line 74 of file lltexturecache.cpp.
References LLTextureCache::getWriter(), LLTextureCacheWorker::ioComplete(), LLTextureCache::lockWorkers(), mCache, mHandle, and LLTextureCache::unlockWorkers().

1.5.5